chore(plugin-chart-echarts): bump to ECharts 5.2.0 (#1340)

This commit is contained in:
Ville Brofeldt 2021-09-03 14:37:21 +03:00 committed by Yongjie Zhao
parent dbfbb47bda
commit 70d3b1143b
2 changed files with 3 additions and 1 deletions

View File

@ -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"
},

View File

@ -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,
};
}