Skip to content

Commit c7dbf45

Browse files
committed
v2.5.1
1 parent e3af7f8 commit c7dbf45

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.5.1
2+
3+
**2025-01-23**
4+
5+
- Fix example readme.
6+
17
## 2.5.0
28

39
**2024-08-29**

example/README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ An example app of [Graphic](https://github.com/entronad/graphic). Please clone t
44

55
The example charts are categorized into:
66

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

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: graphic
22
description: A grammar of data visualization and Flutter charting library.
3-
version: 2.5.0
3+
version: 2.5.1
44
homepage: https://github.com/entronad/graphic
55

66
topics:

0 commit comments

Comments
 (0)