adds cubicInterpolationMode prop to ChartLineOptions

charts do respect the property as documented here https://www.chartjs.org/docs/latest/charts/line.html#cubicinterpolationmode
This commit is contained in:
Jiri Spac
2019-02-11 11:47:16 +01:00
committed by GitHub
parent 363cdf403a
commit 9fb56fc26d

View File

@@ -417,6 +417,7 @@ declare namespace Chart {
}
interface ChartLineOptions {
cubicInterpolationMode?: 'default' | 'monotone';
tension?: number;
backgroundColor?: ChartColor;
borderWidth?: number;