Skip to content

Commit

Permalink
Version 1.34
Browse files Browse the repository at this point in the history
  • Loading branch information
drewnoakes committed Dec 29, 2017
1 parent 1a92d5f commit 327c794
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smoothie",
"version": "1.33.0",
"version": "1.34.0",
"description": "Smoothie Charts: smooooooth JavaScript charts for realtime streaming data",
"main": "./smoothie.js",
"types": "./smoothie.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion smoothie.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for Smoothie Charts 1.33
// Type definitions for Smoothie Charts 1.34
// Project: https://github.com/joewalnes/smoothie
// Definitions by: Drew Noakes <https://drewnoakes.com>
// Mike H. Hawley <https://github.com/mikehhawley>
Expand Down
6 changes: 6 additions & 0 deletions smoothie.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@
* v1.32: Support frame rate limit, by @dpuyosa
* v1.33: Use Date static method instead of instance, by @nnnoel
* Fix bug with tooltips when multiple charts on a page, by @jpmbiz70
* v1.34: Add disabled option to TimeSeries, by @TechGuard (#91)
* Add nonRealtimeData option, by @annazhelt (#92, #93)
* Add showIntermediateLabels option, by @annazhelt (#94)
* Add displayDataFromPercentile option, by @annazhelt (#95)
* Fix bug when hiding tooltip element, by @ralphwetzel (#96)
* Support intermediate y-axis labels, by @beikeland (#99)
*/

;(function(exports) {
Expand Down

0 comments on commit 327c794

Please sign in to comment.