Skip to content

1.36.0

Compare
Choose a tag to compare
@drewnoakes drewnoakes released this 07 Dec 10:54
· 16 commits to master since this release
deac898
  • 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)