Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
chore(plugin-chart-echarts): bump to ECharts 5.2.0 (#1340)
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro authored Sep 3, 2021
1 parent 484af3a commit 30f59e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/plugin-chart-echarts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@superset-ui/core": "0.18.0",
"@types/mathjs": "^6.0.7",
"d3-array": "^1.2.0",
"echarts": "^5.1.2",
"echarts": "^5.2.0",
"lodash": "^4.17.15",
"mathjs": "^8.0.1"
},
Expand Down
2 changes: 2 additions & 0 deletions plugins/plugin-chart-echarts/src/Gauge/transformProps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,11 +223,13 @@ export default function transformProps(
axisLine.lineStyle.color = intervalBoundsAndColors;
pointer = {
show: showPointer,
showAbove: false,
itemStyle: INTERVAL_GAUGE_SERIES_OPTION.pointer?.itemStyle,
};
} else {
pointer = {
show: showPointer,
showAbove: false,
};
}

Expand Down

1 comment on commit 30f59e2

@vercel
Copy link

@vercel vercel bot commented on 30f59e2 Sep 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.