Skip to content

Commit

Permalink
改进图表主题提示框、高亮框自动配色方案
Browse files Browse the repository at this point in the history
  • Loading branch information
datageartech committed Oct 23, 2020
1 parent 5d1bbe6 commit 7ec9a00
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
var tooltipTheme =
{
name: "tooltipTheme",
color: chartFactory.getGradualColor(theme, 0),
color: theme.actualBackgroundColor,
backgroundColor: chartFactory.getGradualColor(theme, 0.7),
actualBackgroundColor: chartFactory.getGradualColor(theme, 0.7),
borderColor: chartFactory.getGradualColor(theme, 0.9),
Expand All @@ -254,7 +254,7 @@
var highlightTheme =
{
name: "highlightTheme",
color: chartFactory.getGradualColor(theme, 0),
color: theme.actualBackgroundColor,
backgroundColor: chartFactory.getGradualColor(theme, 0.8),
actualBackgroundColor: chartFactory.getGradualColor(theme, 0.8),
borderColor: chartFactory.getGradualColor(theme, 1),
Expand Down

0 comments on commit 7ec9a00

Please sign in to comment.