mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-15 22:40:21 +00:00
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:
Vendored
+1
@@ -417,6 +417,7 @@ declare namespace Chart {
|
||||
}
|
||||
|
||||
interface ChartLineOptions {
|
||||
cubicInterpolationMode?: 'default' | 'monotone';
|
||||
tension?: number;
|
||||
backgroundColor?: ChartColor;
|
||||
borderWidth?: number;
|
||||
|
||||
Reference in New Issue
Block a user