mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-25 11:11:46 +08:00
Merge pull request #1903 from drewnoakes/smoothie
Update smoothe to v1.22
This commit is contained in:
Vendored
+4
@@ -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