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 becd525 commit 07fe406Copy full SHA for 07fe406
sqlpage/sqlpage.js
@@ -1,6 +1,6 @@
1
/* !include https://cdn.jsdelivr.net/npm/@tabler/[email protected]/dist/js/tabler.min.js */
2
/* !include https://cdn.jsdelivr.net/npm/[email protected]/dist/list.min.js */
3
-/* !include https://cdn.jsdelivr.net/npm/apexcharts@3.37.2/dist/apexcharts.min.js */
+/* !include https://cdn.jsdelivr.net/npm/apexcharts@3.41.0/dist/apexcharts.min.js */
4
5
function sqlpage_chart() {
6
/** @typedef { { [name:string]: {data:{x:number,y:number}[], name:string} } } Series */
0 commit comments