mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-23 10:30:02 +00:00
Merge pull request #1903 from drewnoakes/smoothie
Update smoothe to v1.22
This commit is contained in:
4
smoothie/smoothie.d.ts
vendored
4
smoothie/smoothie.d.ts
vendored
@@ -113,6 +113,10 @@ declare module "smoothie"
|
||||
scaleSmoothing?: number;
|
||||
/** Sets the speed at which the chart pans by. */
|
||||
millisPerPixel?: number;
|
||||
/** Whether to render at different DPI depending upon the device. Enabled by default. */
|
||||
enableDpiScaling?: boolean;
|
||||
yMinFormatter?: (min:number, precision:number)=>string;
|
||||
yMaxFormatter?: (max:number, precision:number)=>string;
|
||||
maxDataSetLength?: number;
|
||||
/** One of: 'bezier', 'linear', 'step' */
|
||||
interpolation?: string;
|
||||
|
||||
Reference in New Issue
Block a user