We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ff3b50 commit 350b4b9Copy full SHA for 350b4b9
CHANGELOG.md
@@ -26,6 +26,7 @@
26
- Fix a bug where the `sqlpage.header` function would not work with headers containing uppercase letters.
27
- Fix a bug where the table component would not sort columns that contained a space in their name.
28
- 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).
30
31
## 0.31.0 (2024-11-24)
32
sqlpage/apexcharts.js
@@ -1,4 +1,4 @@
1
-/* !include https://cdn.jsdelivr.net/npm/apexcharts@4.0.0/dist/apexcharts.min.js */
+/* !include https://cdn.jsdelivr.net/npm/apexcharts@4.1.0/dist/apexcharts.min.js */
2
3
sqlpage_chart = (() => {
4
function sqlpage_chart() {
0 commit comments