fix(ui): use linear interpolation in check plots

Closes #14943
pull/14969/head
Christopher Henn 2019-09-05 09:23:35 -07:00
parent 5e5b0ea4c1
commit feda6dcd27
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ const CheckPlot: FunctionComponent<Props> = ({
x: X_COLUMN,
y: Y_COLUMN,
fill: groupKey,
interpolation: 'monotoneX',
interpolation: 'linear',
colors,
},
{