LightningChart JS Logo

LightningChart JS v.6.1 has been released!

The v.6.1 release includes new product features and developer experience improvements.

New Product Features

LightningChart JS v.6.1 introduces new chart types and features. Here’s an overview:

Parallel Coordinate Chart

This is a new chart type that is available to everyone with an active LCJS subscription. The Parallel Coordinate Chart is a widely known and specialized type of chart with powerful built-in data exploration interactions, including:

  • Displaying large datasets above 100,000 series and more than 10 axes
  • Supporting real-time data input with high stream rates
  • Supporting coloring by values
  • Can highlight series in value ranges using range selectors
  • Supports intuitive data cursors

Orthographic 3D projections​

The Orthographic view can now be enabled with chart3D.setProjection(‘orthographic’) as opposed to the default perspective projection.

Ortographic-3D-Projections

Extended dashed line support

Extended-Dashed-Line-Support

We have added wider support for the DashedLine style:

  • RectangleFigure border
  • PolygonFigure border
  • EllipseFigure border
  • BoxFigure border
  • BarChart bar borders
  • MapChart borders
  • TreeMapChart borders

Quaternion rotation API for Mesh Model 3D

Quaternion-rotation-Img

Mesh models can now be rotated with quaternions. Quaternions are a mathematical concept that allows for smooth and efficient 3D rotations of mesh models. Quaternions are especially useful in 3D graphics and computer simulations because they avoid some issues associated with traditional rotation methods like Euler angles, such as gimbal lock (a problem where you lose a degree of freedom in rotation). Previously only Euler angles were supported in LightningChart JS.

Developer Experience Improvements

Stepped axis scrolling

  • A newAxisScrollStrategies.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.

Other Improvements & Chart Examples

Moving forward with new code XY features.

Point line area series now supports all of the same use cases as the previous XY series:

  • ProgressiveY, RegressiveY, and RegressiveX data patterns
  • Inverted axes

With this, we have deprecated the old XY features. Soon, they will be removed and every XY use case should move to using point line area series. Read more in the documentation.

New Chart Examples

We have added new chart examples based on the Parallel Coordinate chart. You can see them all in the Interactive Examples.

Get started with LightningChart JS v.6.1

All in all, LightningChart JS v.6.1 presents several new features, improvements, and chart types that enhance data application development, every previous release can be accessed in the changelog.