mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 16:30:13 +01:00
refactor(traffic): make y axis split line transparent
This commit is contained in:
parent
af0c877e34
commit
55a40716a2
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ export const CORPORATE_THEME = {
|
|||
tooltipTextColor: theme.fgText,
|
||||
tooltipFontWeight: 'normal',
|
||||
|
||||
yAxisSplitLine: theme.separator,
|
||||
yAxisSplitLine: 'rgba(0, 0, 0, 0)',
|
||||
|
||||
lineBg: theme.primary,
|
||||
lineShadowBlur: '0',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue