forked from github/dataease
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,
|
||||
drill_fields,
|
||||
SNAPSHOT,
|
||||
senior,
|
||||
data_from)
|
||||
SELECT pv_copy.chart_view_id AS id,
|
||||
`name`,
|
||||
@ -392,6 +393,7 @@
|
||||
custom_filter,
|
||||
drill_fields,
|
||||
SNAPSHOT,
|
||||
senior,
|
||||
data_from
|
||||
FROM (
|
||||
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);
|
||||
componentStyle(chart_option, chart)
|
||||
return chart_option
|
||||
|
Loading…
Reference in New Issue
Block a user