Skip to content

Commit 72fb378

Browse files
committed
update apex charts
1 parent a0cd222 commit 72fb378

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
@@ -3,6 +3,7 @@
33
## unreleased
44

55
- Added a `show_legend` top level property to the chart component.
6+
- Updated apex charts from 5.3 to 5.10. See https://github.com/apexcharts/apexcharts.js/releases
67
- Made OIDC and `sqlpage.fetch` debug logs safer and simpler by removing raw token, cookie, claims, and response body dumps while keeping useful request and response metadata.
78
- Fixed a bug where the single-sign-on oidc code would generate an unbounded amount of cookies when receiving many unauthenticated requests in sequence.
89
- Fixed multiple incorrect or imprecise HTTP statuses returned by sqlpage on error

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

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

0 commit comments

Comments
 (0)