Skip to content

Commit

Permalink
feat: fixed test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
SagarRajput-7 committed Jan 26, 2025
1 parent 0bf2a84 commit 10812f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/uPlotLib/utils/getSeriesData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const getSeries = ({
? hiddenGraph[i]
: true,
label,
fill: panelType && panelType === PANEL_TYPES.BAR ? `${color}80` : undefined,
fill: panelType && panelType === PANEL_TYPES.BAR ? `${color}40` : undefined,
stroke: color,
width: 2,
spanGaps: true,
Expand Down

0 comments on commit 10812f5

Please # to comment.