Skip to content

Commit

Permalink
Minor change to script
Browse files Browse the repository at this point in the history
  • Loading branch information
kenshaw committed Jan 22, 2024
1 parent 9b5620d commit a0c1125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion echartsgoja.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function version() {
}

function render_options(width, height, opts) {
var chart = echarts.init(null, null, {
let chart = echarts.init(null, null, {
renderer: "svg",
ssr: true,
width: width,
Expand Down

0 comments on commit a0c1125

Please sign in to comment.