Commit c9d39d6d authored by Jenny's avatar Jenny

feat: OMS-4822 大屏报表和小程序报表图表组件加tooltip开关配置

parent 8eb9f130
...@@ -41,7 +41,6 @@ ...@@ -41,7 +41,6 @@
} = this.elementData } = this.elementData
this.ec.option= { this.ec.option= {
...this.elementInfo.option, ...this.elementInfo.option,
tooltip: {},
yAxis: { yAxis: {
...this.elementInfo.option.yAxis, ...this.elementInfo.option.yAxis,
data: categories data: categories
......
...@@ -41,7 +41,6 @@ ...@@ -41,7 +41,6 @@
const {categories, series} = this.elementData.dataList const {categories, series} = this.elementData.dataList
this.ec.option = { this.ec.option = {
...this.elementInfo.option, ...this.elementInfo.option,
tooltip: {},
xAxis: { xAxis: {
...this.elementInfo.option.xAxis, ...this.elementInfo.option.xAxis,
data: categories data: categories
......
...@@ -36,7 +36,6 @@ ...@@ -36,7 +36,6 @@
const { categories, series } = this.elementData.dataList const { categories, series } = this.elementData.dataList
this.ec.option = { this.ec.option = {
...this.elementInfo.option, ...this.elementInfo.option,
tooltip: {},
xAxis: { xAxis: {
...this.elementInfo.option.xAxis, ...this.elementInfo.option.xAxis,
data: categories data: categories
......
...@@ -38,7 +38,6 @@ ...@@ -38,7 +38,6 @@
color: ['#00f2f1', '#ed3f35', '#1089E7', "#F8B448", "#8B78F6", '#8cd8ff', color: ['#00f2f1', '#ed3f35', '#1089E7', "#F8B448", "#8B78F6", '#8cd8ff',
'#f0ad54', '#ffffff', '#000000' '#f0ad54', '#ffffff', '#000000'
], ],
// tooltip: {},
xAxis: { xAxis: {
...this.elementInfo.option.xAxis, ...this.elementInfo.option.xAxis,
data: categories data: categories
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment