mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +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:
1
types/chart.js/index.d.ts
vendored
1
types/chart.js/index.d.ts
vendored
@@ -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