@@ -4,11 +4,11 @@ An example app of [Graphic](https://github.com/entronad/graphic). Please clone t
4
4
5
5
The example charts are categorized into:
6
6
7
- - [ Rectangle Interval Element ] ( lib/pages/rectangle_interval .dart ) , charts with interval elements in rectangle coordinates.
8
- - [ Polar Interval Element ] ( lib/pages/polar_interval .dart ) , charts with interval elements in polar coordinates.
9
- - [ Line and Area Element ] ( lib/pages/line_area .dart ) , charts with line or area elements.
10
- - [ Point Element ] ( lib/pages/point .dart ) , charts with point elements.
11
- - [ Polygon Element ] ( lib/pages/polygon .dart ) , charts with polygon elements.
12
- - [ Custom ] ( lib/pages/custom .dart ) , charts with custom shapes or custom tooltips.
13
- - [ Bigdata ] ( lib/pages/bigdata .dart ) , a chart to show the performance on bigdata.
14
- - [ Echarts ] ( lib/pages/echarts .dart ) , implements Echarts gallery examples by Graphic.
7
+ - [ Interval] ( lib/pages/interval .dart ) - Various bar chart examples including basic, stacked, transposed and pie charts
8
+ - [ Line, Area and Point ] ( lib/pages/line_area_point .dart ) - Examples of line charts, area charts and scatter plots with different interactions
9
+ - [ Polygon and Custom ] ( lib/pages/polygon_custom .dart ) - Heatmap examples and demonstrations of custom shapes, tooltips and modifiers
10
+ - [ Interaction and Stream ] ( lib/pages/interaction_stream_dynamic .dart ) - Examples of gesture event streams and dynamic data updates
11
+ - [ Animation ] ( lib/pages/animation .dart ) - Various chart animations including auto-update, morphing and entrance effects
12
+ - [ Bigdata ] ( lib/pages/bigdata .dart ) - Performance demonstration with 10,000 data points scatter plot
13
+ - [ Echarts ] ( lib/pages/echarts .dart ) - Recreation of some classic Echarts examples with beautiful gradients
14
+ - [ Crosshair ] ( lib/pages/crosshair .dart ) - Demonstration of crosshair guide with customizable styles and behaviors
0 commit comments