Skip to content

Commit 9974f08

Browse files
committed
update apex charts
1 parent ba121b5 commit 9974f08

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
## 0.19.0 (unreleased)
44

55
- Updated the chart component to use the latest version of the charting library
6-
- see: https://github.com/apexcharts/apexcharts.js/releases/tag/v3.45.2
7-
- Updated Icon library with new icons
6+
- https://github.com/apexcharts/apexcharts.js/releases/tag/v3.45.2
7+
- https://github.com/apexcharts/apexcharts.js/releases/tag/v3.46.0
8+
- Updated Tabler Icon library to v2.47 with new icons
89
- see: https://tabler.io/icons/changelog ![](https://pbs.twimg.com/media/GFUiJa_WsAAd0Td?format=jpg&name=medium)
910
- Added `prefix`, `prefix_icon` and `suffix` attributes to the `form` component to create input groups. Useful to add a currency symbol or a unit to a form input, or to visually illustrate the type of input expected.
1011
- In the cookie component, set cookies for the entire website by default. The old behavior was to set the cookie

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

33

44
function sqlpage_chart() {

0 commit comments

Comments
 (0)