From d783b03e1bee66978739ec8eaebb557d5c6313d0 Mon Sep 17 00:00:00 2001 From: Drew Noakes Date: Fri, 20 Apr 2018 16:13:00 +0100 Subject: [PATCH] Version 1.35 --- package.json | 2 +- smoothie.d.ts | 2 +- smoothie.js | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 568ed0a..29eebe9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "smoothie", - "version": "1.34.0", + "version": "1.35.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 c4f4dbe..e643d19 100644 --- a/smoothie.d.ts +++ b/smoothie.d.ts @@ -1,4 +1,4 @@ -// Type definitions for Smoothie Charts 1.34 +// Type definitions for Smoothie Charts 1.35 // Project: https://github.com/joewalnes/smoothie // Definitions by: Drew Noakes // Mike H. Hawley diff --git a/smoothie.js b/smoothie.js index 7272045..7a85e6b 100755 --- a/smoothie.js +++ b/smoothie.js @@ -87,6 +87,7 @@ * Add displayDataFromPercentile option, by @annazhelt (#95) * Fix bug when hiding tooltip element, by @ralphwetzel (#96) * Support intermediate y-axis labels, by @beikeland (#99) + * v1.35: Fix issue with responsive mode at high DPI, by @drewnoakes (#101) */ ;(function(exports) {