Skip to content

Commit 350b4b9

Browse files
committed
update apexcharts
1 parent 5ff3b50 commit 350b4b9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
- Fix a bug where the `sqlpage.header` function would not work with headers containing uppercase letters.
2727
- Fix a bug where the table component would not sort columns that contained a space in their name.
2828
- Fix a bug where stacked bar charts would not stack the bars correctly in some cases.
29+
- Update ApexCharts to [v4.1.0](https://github.com/apexcharts/apexcharts.js/releases/tag/v4.1.0).
2930

3031
## 0.31.0 (2024-11-24)
3132

sqlpage/apexcharts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* !include https://cdn.jsdelivr.net/npm/apexcharts@4.0.0/dist/apexcharts.min.js */
1+
/* !include https://cdn.jsdelivr.net/npm/apexcharts@4.1.0/dist/apexcharts.min.js */
22

33
sqlpage_chart = (() => {
44
function sqlpage_chart() {

0 commit comments

Comments
 (0)