Update smoothe to v1.22

This commit is contained in:
Drew Noakes
2014-03-23 20:08:42 +00:00
parent 486d47c1a5
commit a5a45a0ae1
+4
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;