File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11# @dschz/solid-uplot
22
3+ ## 0.3.0
4+
5+ ### Minor Changes
6+
7+ - ** Chart data types** : The ` data ` prop now accepts ` number[][] ` format in addition to ` uPlot.AlignedData ` , reducing friction when passing
8+ common array-of-arrays data structures
9+ - ** Focus series plugin** : Added ` shouldRedrawOnBusUpdate ` callback option to provide fine-grained control over cross-chart focus
10+ synchronization (e.g., filtering by source chart, conditional coordination based on bus state)
11+ - ** Tooltip plugin** : Added ` fixed ` positioning option to prevent clipping when tooltips are rendered inside dialog elements or other
12+ overflow-constrained containers
13+
314## 0.2.0
415
516### Minor Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @dschz/solid-uplot" ,
3- "version" : " 0.2 .0" ,
3+ "version" : " 0.3 .0" ,
44 "description" : " SolidJS wrapper for uPlot — ultra-fast, tiny time-series & charting library" ,
55 "type" : " module" ,
66 "author" : " Daniel Sanchez <dsanc89@pm.me>" ,
You can’t perform that action at this time.
0 commit comments