Skip to content

Commit

Permalink
Updated typescript definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
TechGuard authored Nov 30, 2017
1 parent 86574e7 commit 4cf2125
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions smoothie.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ export declare class TimeSeries {
* Adjust or inspect the upper y-axis for this <code>TimeSeries</code> object.
*/
maxValue: number;

/**
* Hide this <code>TimeSeries</code> object in the chart.
*/
disabled: boolean;

/**
* Clears all data and state from this TimeSeries object.
Expand Down

0 comments on commit 4cf2125

Please sign in to comment.