mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Update smoothie charts definitions to version 1.25 of library.
This commit is contained in:
parent
9d2478b8a8
commit
508ec64e8e
7
smoothie/smoothie.d.ts
vendored
7
smoothie/smoothie.d.ts
vendored
@ -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.
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user