Update smoothie charts definitions to version 1.25 of library.

This commit is contained in:
Drew Noakes 2014-08-27 20:28:18 +01:00
parent 9d2478b8a8
commit 508ec64e8e

View File

@ -1,4 +1,4 @@
// Type definitions for Smoothie Charts 1.21
// Type definitions for Smoothie Charts 1.25
// Project: https://github.com/joewalnes/smoothie
// Definitions by: Drew Noakes <https://drewnoakes.com>, Mike H. Hawley <https://github.com/mikehhawley>
// Definitions: https://github.com/borisyankov/DefinitelyTyped/smoothie
@ -41,6 +41,11 @@ declare module "smoothie"
*/
constructor(options?: ITimeSeriesOptions);
/**
* Clears all data and state from this TimeSeries object.
*/
clear(): void;
/**
* Recalculate the min/max values for this <code>TimeSeries</code> object.
*