Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
use same color scheme as rest of dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro committed Jul 2, 2021
1 parent 17e657b commit 64b6d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/plugin-chart-echarts/src/Treemap/transformProps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ export default function transformProps(
colorSaturation: COLOR_SATURATION,
itemStyle: {
borderColor: BORDER_COLOR,
color: colorFn(`${child.name}_${depth}`),
color: colorFn(`${child.name}`),
borderWidth: BORDER_WIDTH,
gapWidth: GAP_WIDTH,
},
Expand Down

0 comments on commit 64b6d7d

Please sign in to comment.