Skip to content

Commit

Permalink
chore(plugin-chart-echarts): bump to ECharts 5.2.0 (apache#1340)
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro authored and zhaoyongjie committed Nov 26, 2021
1 parent dbfbb47 commit 70d3b11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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
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

0 comments on commit 70d3b11

Please sign in to comment.