Merge pull request #2565 from dataease/pr@dev@style_radar-color

style(视图): 仪表板深色主题雷达图默认轴线颜色改为灰色
This commit is contained in:
王嘉豪 2022-07-04 11:55:40 +08:00 committed by GitHub
commit af87bb41d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,5 @@
import { sin, cos } from '@/components/canvas/utils/translate'
import store from '@/store'
import { colorReverse } from '@/components/canvas/utils/utils'
import Vue from 'vue'
export const LIGHT_THEME_COLOR_MAIN = '#000000'
export const LIGHT_THEME_COLOR_SLAVE1 = '#CCCCCC'
@ -218,9 +217,6 @@ export const THEME_STYLE_TRANS_MAIN = {
},
'split': {
'name': ['color'],
'axisLine': {
'lineStyle': ['color']
},
'axisTick': {
'lineStyle': ['color']
},
@ -247,6 +243,9 @@ export const THEME_STYLE_TRANS_SLAVE1 = {
'split': {
'splitLine': {
'lineStyle': ['color']
},
'axisLine': {
'lineStyle': ['color']
}
}
}