Skip to content

Commit 12a75c9

Browse files
committed
update apex charts
1 parent 12e2cb5 commit 12a75c9

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
@@ -24,6 +24,7 @@
2424
select 'dynamic' as component, sqlpage.run_sql('display_product.sql', json_object('product_id', product_id)) as properties from products;
2525
```
2626
- New icons (see [tabler icons 3.10](https://tabler.io/changelog))
27+
- Updated apexcharts.js to [v3.50.0](https://github.com/apexcharts/apexcharts.js/releases/tag/v3.50.0)
2728

2829
## 0.24.0 (2024-06-23)
2930
- in the form component, searchable `select` fields now support more than 50 options. They used to display only the first 50 options.

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

33

44
function sqlpage_chart() {

0 commit comments

Comments
 (0)