You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: align README and polish docs with new preset behavior
Document mount animation controls, ECharts 6 grid containment defaults, and opt-in option color token resolution guidance while updating style spec wording to match current bar rounding behavior.
Co-authored-by: Cursor <cursoragent@cursor.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# @devstool/shadcn-echarts
2
2
3
+
## Unreleased
4
+
5
+
### Improvements
6
+
7
+
- Add mount animation controls in `Chart` via `animateOnMount` and `animateOnMountDelayMs` (default enabled) for more consistent first-load entrance animation.
8
+
- Improve minimal preset tooltip precedence to avoid injecting a global formatter when chart options already define tooltip formatting semantics.
9
+
- Modernize preset grid defaults for ECharts 6 by using outer-bounds containment defaults instead of relying on `grid.containLabel`.
10
+
- Expand theme and preset defaults for `sunburst`, `treemap`, and `boxplot` to improve dark/light border and contrast behavior.
11
+
- Add opt-in `resolveOptionColorTokens()` utility for resolving token-like color values in custom option trees.
0 commit comments