DEV Community

Cover image for Releasing LightningChart JS 6.0

Releasing LightningChart JS 6.0

Hi, again dev.to friends, first of all, thanks to those who have contacted me on LinkedIn to ask development questions :)

And once more, I bring you a new release of LightningChart JS 6.0 in a brief:

New gauge charts

LCJS 6.0 introduces quite impressive reworked gauge charts with better looks, responsiveness, and clearer value indications.
javascript-gauge-chart

You can see all the available gauge charts here.


Custom data interaction improvements

This feature generates information about the specific data point the user interacts with.
custom-interaction-improvements-gif


New multi-series and 3D cursors

LC JS 6.0 introduces built-in support for displaying multiple values simultaneously in a multi-series cursor. As well, 3D charts now support cursors.

The v6.0 version is a backward incompatible release, mainly due to the change in Cursor APIs. For this reason, users will have to eventually go through the migration steps to port their old cursor API usage to the new version.

We strongly suggest completely commenting out / removing your current Cursor API usage and seeing how the new cursors behave out of the box. In many cases, the new cursors should do exactly what you want out of the box.

If you need to tweak the cursor behavior, then please have a look at the new Cursor documentation. If you encounter any issues with the migration, please read the migration guide.


LightningChart JS v.6.0

This was a brief review of LCJS v.6.0 most important features, you can check the full release note here.
LightningChart-JS-v-6-0
Get started with LightningChart JS v6.0, get a free license here.


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

Top comments (0)