Merge pull request #2733 from drewnoakes/smoothie

Update 'smoothie charts' definitions to version 1.25
This commit is contained in:
Masahiro Wakame
2014-08-29 12:55:57 +09:00
+6 -1
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.
*