ECharts Bar Chart/Line Chart/Scatter Plot 3D
This is a dex.js visual based upon the impressive ECharts-GL project
which provides a configurable and filterable 3D bar chart, scatter plot
and line chart.
The chart expects data of the form:
x:any, y:any, z:numeric [,z2:numeric, …]
and will visualize the data across the x,y,z axis in the form of a
bar chart, line chart or scatter plot depending on configuration
options.
The configuration menu offers the following main sections:
- Configuration
- Data Filters - Allows the user to control the data which will be visualized as well as their order.
- GUI Configuration - Controls the appearance of the visualization.
- General Options - Controls general appearance such as colormap, chart type, shading, etc…
- Add a title
- Grid - adds a grid
- Tooltip - Controls tooltips
- Item Style - Controls the appearance of items such as bars or scatter points.
- Label Style - Controls label appearance
- Axis - Controls axis appearance.
References