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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# CHANGELOG.md
2
2
3
+
## unreleased
4
+
-[update apexcharts.js to v4.0.0](https://github.com/apexcharts/apexcharts.js/releases)
5
+
- Fix a bug where the chart library would be loaded multiple times when the page contained multiple charts. This made the page load slower and could cause issues with the chart library.
6
+
- Fix a bug where [timeline chart tooltips displayed the wrong labels](https://github.com/sqlpage/SQLPage/issues/659).
7
+
3
8
## 0.30.1 (2024-10-31)
4
9
- fix a bug where table sorting would break if table search was not also enabled.
('title', 'The name of the chart.', 'TEXT', TRUE, TRUE),
545
-
('type', 'The type of chart: "line", "area", "bar", "column", "pie", "scatter", "bubble", or "heatmap".', 'TEXT', TRUE, FALSE),
545
+
('type', 'The type of chart. One of: "line", "area", "bar", "column", "pie", "scatter", "bubble", "heatmap", "rangeBar"', 'TEXT', TRUE, FALSE),
546
546
('time', 'Whether the x-axis represents time. If set to true, the x values will be parsed and formatted as dates for the user.', 'BOOLEAN', TRUE, TRUE),
547
547
('ymin', 'The minimal value for the y-axis.', 'REAL', TRUE, TRUE),
548
548
('ymax', 'The maximum value for the y-axis.', 'REAL', TRUE, TRUE),
@@ -649,7 +649,7 @@ The `color` property sets the color of each series separately, in order.
649
649
]')),
650
650
('chart', 'A timeline displaying events with a start and an end date',
0 commit comments