From 327c79402c4250211f11ed5136576a7fb8a44344 Mon Sep 17 00:00:00 2001 From: Drew Noakes Date: Fri, 29 Dec 2017 19:46:40 +0000 Subject: [PATCH] Version 1.34 --- package.json | 2 +- smoothie.d.ts | 2 +- smoothie.js | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index eabdec9..568ed0a 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/smoothie.d.ts b/smoothie.d.ts index 69603aa..35ffcf6 100644 --- a/smoothie.d.ts +++ b/smoothie.d.ts @@ -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 // Mike H. Hawley diff --git a/smoothie.js b/smoothie.js index 2546a04..8e1be3b 100755 --- a/smoothie.js +++ b/smoothie.js @@ -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) {