Skip to content

v1.0.0-beta.9

Pre-release
Pre-release
Compare
Choose a tag to compare
@huww98 huww98 released this 07 Oct 17:07
· 11 commits to master since this release

What's Changed

  • Improved x-axis translation precision
  • Zoom with metaKey on macOS by @fast0490f
  • plugins_extra: selectZoom: zoom by selecting a rectangle with a pointer. It should work with the original chartZoom plugin. demo
  • New lineType option: TimeChart can now draw stepped lines, points, or WebGL native lines. And they can be dynamically switched. demo
  • tooltip: xFormatter option.
  • Major refactor. GPU memory usage is cut down to 1/8.

Breaking

  • WebGL1 support is dropped. Mainly affecting Safari <= 14
  • tooltip plugin gained its own options object. And the plugin export name is changed to TimeChartTooltipPlugin. See readme for more.

New Contributors

  • @fast0490f made their first contribution in #52