Skip to content

Commit ef82b78

Browse files
committed
update apex charts
fixes #733 fixes fixes #726
1 parent 1dc6da9 commit ef82b78

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
@@ -31,6 +31,7 @@
3131
- Add a new `max_recursion_depth` configuration option to limit the depth of recursion allowed in the `run_sql` function.
3232
- Fix a bug where the results of the `JSON` function in sqlite would be interpreted as a string instead of a json object.
3333
- Fix a bug where the `sqlpage.environment_variable` function would return an error if the environment variable was not set. Now it returns `null` instead.
34+
- Update ApexCharts to [v4.3.0](https://github.com/apexcharts/apexcharts.js/releases/tag/v4.3.0).
3435

3536
## 0.31.0 (2024-11-24)
3637

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.2.0/dist/apexcharts.min.js */
1+
/* !include https://cdn.jsdelivr.net/npm/apexcharts@4.3.0/dist/apexcharts.min.js */
22

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

0 commit comments

Comments
 (0)