Chart Widget
When analyzing data, statistical representation comes in handy. You can use the ‘Chart widget’ to create different charts.
We'll cover the following
It supports six types of charts: line, area, bar, column, pie, and scatter 3d.
This is what it looks like:
What do I need to know?
You can select the chart type from the drop-down menu in the top left corner.
You can edit the JSON code to plot your data however you see fit.
The JSON data should be valid according to the specifications outlined by the following sources:
The 2D chart data should be valid according to the specifications outlined by chart.js.
The 3D chart data should be valid according to the specifications outlined by plot.ly.
Examples
See the charts below.