Skip to content

Commit 750d018

Browse files
committed
style(dashboard): add line shadow to pareto chart
1 parent f74fe98 commit 750d018

File tree

1 file changed

+4
-0
lines changed
  • dashboard/src/components/plugins/viz-components/pareto-chart/option

1 file changed

+4
-0
lines changed

dashboard/src/components/plugins/viz-components/pareto-chart/option/series.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ export function getSeries(conf: IParetoChartConf, data: TPanelData, formatters:
5151
symbolSize: 2,
5252
lineStyle: {
5353
width: 1,
54+
shadowColor: 'rgba(255,255,255,1)',
55+
shadowBlur: 0,
56+
shadowOffsetX: 0,
57+
shadowOffsetY: 1,
5458
},
5559
label: {
5660
show: false,

0 commit comments

Comments
 (0)