Skip to content

Commit

Permalink
Merge pull request #536 from apexcharts/update-apexcharts-4.0
Browse files Browse the repository at this point in the history
Update to apexchartsjs 4.0.0
  • Loading branch information
joadan authored Nov 1, 2024
2 parents b3fb17b + 9631d82 commit 10420e4
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 11 deletions.
44 changes: 34 additions & 10 deletions src/Blazor-ApexCharts/wwwroot/js/apexcharts.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Blazor-ApexCharts/wwwroot/js/blazor-apexcharts.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import ApexCharts from './apexcharts.esm.js?ver=3.54.1'
import ApexCharts from './apexcharts.esm.js?ver=4.0.0'

// export function for Blazor to point to the window.blazor_apexchart. To be compatible with the most JS Interop calls the window will be return.
export function get_apexcharts() {
Expand Down

0 comments on commit 10420e4

Please sign in to comment.