Merge pull request #2355 from dataease/pr@dev@refactor_label-color
fix: 复制仪表板,指标卡颜色丢失
This commit is contained in:
commit
786a785c8a
@ -365,6 +365,7 @@
|
|||||||
custom_filter,
|
custom_filter,
|
||||||
drill_fields,
|
drill_fields,
|
||||||
SNAPSHOT,
|
SNAPSHOT,
|
||||||
|
senior,
|
||||||
data_from)
|
data_from)
|
||||||
SELECT pv_copy.chart_view_id AS id,
|
SELECT pv_copy.chart_view_id AS id,
|
||||||
`name`,
|
`name`,
|
||||||
@ -392,6 +393,7 @@
|
|||||||
custom_filter,
|
custom_filter,
|
||||||
drill_fields,
|
drill_fields,
|
||||||
SNAPSHOT,
|
SNAPSHOT,
|
||||||
|
senior,
|
||||||
data_from
|
data_from
|
||||||
FROM (
|
FROM (
|
||||||
SELECT panel_id,
|
SELECT panel_id,
|
||||||
|
|||||||
@ -130,7 +130,7 @@ export function baseGaugeOption(chart_option, chart, scale = 1) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
console.log(chart_option.series[0])
|
// console.log(chart_option.series[0])
|
||||||
// console.log(chart_option);
|
// console.log(chart_option);
|
||||||
componentStyle(chart_option, chart)
|
componentStyle(chart_option, chart)
|
||||||
return chart_option
|
return chart_option
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user