Home > Web Front-end > JS Tutorial > body text

LightningChart JS v. has been released!

Patricia Arquette
Release: 2024-11-06 20:40:02
Original
536 people have browsed it

Hey there, I'm glad to share with you the new release of LightningChart JS 6.1. If you have read my previous articles, you may have seen that LightningChart JS is the library behind all our chart tutorials.

So, here's some information about the release, which mainly includes new chart types, features, and developer experience improvements.

Parallel Coordinate Chart

The Parallel Coordinate Chart is a specialized chart with powerful features, including:

  • Displaying large datasets (over 100,000 series and more than 10 axes)
  • Supporting real-time, high-speed data streaming
  • Color-coding by values
  • Highlighting series within specific value ranges using range selectors
  • Providing easy-to-use data cursors for exploration

LightningChart JS v. has been released!

Developer Experience Improvements

Stepped axis scrolling

  • A new AxisScrollStrategies.fittingStepped option has been added. It fits the view to the data but, when data exceeds the current view, it expands the view by 2x instead of just enough to show the new points. This helps reduce visual distractions and is useful when the data range is unknown.

Fixes and small quality-of-life improvements

  • ChartXY.getAxes() now returns axes in the same order as they appear on the screen, useful for stacked axes.
  • Added a warning if DataSetXY receives strings instead of numbers.
  • Fixed a GPU driver issue on Apple Silicon M1/M2/M3, which affected high-precision axes.

New Chart Examples

LightningChart JS 6.1 introduces 7 new chart examples based on the Parallel Coordinate chart type. You can check them all in the Interactive Examples.

LightningChart JS v. has been released!


Read the full release note

Written by:
Omar Urbano | Software Engineer & Technical Writer
Send me your questions via LinkedIn

The above is the detailed content of LightningChart JS v. has been released!. For more information, please follow other related articles on the PHP Chinese website!

source:dev.to
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Articles by Author
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!