DEV Community

Cover image for LightningChart JS v.6.1 has been released!
Omar Urbano | LightningChart
Omar Urbano | LightningChart

Posted on

LightningChart JS v.6.1 has been released!

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

Parallel-Coordinate

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.

Parallel Coordinate Chart with Color Lookup


Read the full release note

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

Sentry blog image

How I fixed 20 seconds of lag for every user in just 20 minutes.

Our AI agent was running 10-20 seconds slower than it should, impacting both our own developers and our early adopters. See how I used Sentry Profiling to fix it in record time.

Read more

Top comments (0)

Billboard image

Try REST API Generation for Snowflake

DevOps for Private APIs. Automate the building, securing, and documenting of internal/private REST APIs with built-in enterprise security on bare-metal, VMs, or containers.

  • Auto-generated live APIs mapped from Snowflake database schema
  • Interactive Swagger API documentation
  • Scripting engine to customize your API
  • Built-in role-based access control

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay