Smoothie Versions Save

Smoothie Charts: smooooooth JavaScript charts for realtime streaming data

1.36.1

1 year ago

What's Changed

Full Changelog: https://github.com/joewalnes/smoothie/compare/1.36.0...1.36.1

1.36.0

2 years ago
  • Add tooltipLabel to ITimeSeriesPresentationOptions
  • If tooltipLabel is present, tooltipLabel displays inside tooltip next to value, by @jackdesert (#102)
  • Fix bug rendering issue in series fill when using scroll backwards, by @olssonfredrik
  • Add title option, by @mesca
  • Fix data drop stoppage by rejecting NaNs in append(), by @timdrysdale
  • Allow setting interpolation per time series, by @WofWca (#123)
  • Fix chart constantly jumping in 1-2 pixel steps, by @WofWca (#131)
  • Fix a memory leak appearing when some timeSeries.disabled === true, by @WofWca (#132)
  • Make all lines sharp, by @WofWca (#134)
  • Improve performance, by @WofWca (#135)
  • Fix this.delay not being respected with nonRealtimeData: true, by @WofWca (#137)
  • Fix series fill & stroke being inconsistent for last data time < render time, by @WofWca (#138)

1.35.0

2 years ago
  • Fix issue with responsive mode at high DPI, by @drewnoakes (#101)

1.34.0

6 years ago

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)

1.33.0

6 years ago

Use Date static method instead of instance, by @nnnoel Fix bug with tooltips when multiple charts on a page, by @jpmbiz70

1.32.0

6 years ago
  • Support limiting frame rate, by @dpuyosa via #83

1.31.0

6 years ago

Add tooltip support, by @Sly1024 via #73

1.28.0

6 years ago
  • Add minValueScale option, by @megawac
  • Fix labelPos for different size of minValueString, maxValueString, by @henryn

1.29.0

6 years ago

Support responsive sizing, by @drewnoakes

1.29.1

6 years ago

Include types in package, and make property optional, by @TrentHouliston via #82