forked from github/dataease
Merge pull request #2565 from dataease/pr@dev@style_radar-color
style(视图): 仪表板深色主题雷达图默认轴线颜色改为灰色
This commit is contained in:
commit
af87bb41d5
@ -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']
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user