Merge pull request #1903 from drewnoakes/smoothie

Update smoothe to v1.22
This commit is contained in:
Bart van der Schoor
2014-03-25 16:50:20 +01:00

View File

@@ -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;