Nothing Special   »   [go: up one dir, main page]

Skip to content

tryretool/data_visualizations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Data Visualizations

Examples of what can be achieved through either:

  • Configuring a Chart component with Plotly JSON
  • Using a custom component

NOTES:

  1. This repo is intended for examples that can be configured entirely within the Retool IDE. It does not include custom components with a complete web bundling process to generate a single js file.
  2. Because the JSON may include inline JS, it does not necessarily conform to the JSON spec
  3. Because this content is taken straight from the Retool IDE, data and layout javascript objects may not conform to the JSON spec (e.g. unquoted keys)

Further information

Technical Webinar: Building Data-Driven Dashboards in Retool

Configuring a Chart using Plotly.js

Each configuration here contains a screencap of the visualization, and files containing JSON values that can be used

Not all files are present for every vis, but where available they should be used as follows:

Format A

  • data.json: add to the Data field in the Chart component (after selecting the Plotly JSON option)
  • layout.json: add to the Layout field in the Chart component (after selecting the Plotly JSON option)
  • temp_state.json: create a temp variable to hold this value

Format B

  • getData.js: create a getData JS query with the contents of this file. Set the Data option of the Chart component to {{ getData.data }}
  • getLayout.js: create a getLayout JS query with the contents of this file. Set the Layout option of the Chart component to {{ getLayout.data }}
  • anyOtherFunction.js: if there are more .js files, add them as JS queries using the same name eg 'anyOtherFunction' in this example

NOTE: if a temp_state.json file is provided, you will need to inspect data.json or layout.json to validate the correct name for the temp variable.

Configuring The Chart Component

Plotly.js configurations

3D Chart

3D Chart


Bubble Chart

Bubble Chart


Bubble Chart 2

Bubble Chart 2


Bullet Chart

Bullet Chart


Double Y Axis

Double Y Axis


Exploded Pie Chart

Exploded Pie Chart


Funnel Chart

Funnel Chart


Funnel Chart 2

Funnel Chart 2


Gauge Chart

Gauge Chart


Line Chart

Line Chart


Sankey Diagram

Sankey Diagram


Scatter Geo

Scatter Geo


Stacked Bar Chart

Stacked Bar Chart


Ternary Chart

Ternary Chart


Waterfall Chart

Waterfall Chart


Custom Components

Sankey Chart Sankey Chart


Tree Diagram Tree Diagram

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published