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.
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
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 new
AxisScrollStrategies.fittingSteppedoption 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
DataSetXYreceives 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.
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.
See more news
Best D3.js Alternatives in 2026: Less Code, More Performance, Same Power
D3.js is the most starred data visualization library in existence 109,000+ GitHub stars and for justifiable reasons. It provides the building blocks to construct any visualization imaginable: data binding, SVG path generation, scale functions, geographic projections,...
Best ApexCharts Alternatives in 2026: Scale Beyond SVG, Add Real 3D
ApexCharts earned its position through a set of genuine strengths executed consistently well: MIT license, the best default visual aesthetics among free JavaScript chart libraries, official and actively maintained React, Vue, and Angular component wrappers, clean...
Best amCharts Alternatives in 2026: No Watermark, Faster, Real 3D
amCharts 5 wins on visual aesthetics. The default chart transitions are among the smoothest in the JavaScript charting space, the animation quality is a genuine differentiator, and the chart type range Gantt charts, flowcharts, geographic maps, financial OHLC, Sankey...
Best OxyPlot Alternative in 2026: GPU Rendering, 3D Charts, Commercial Support
OxyPlot has been a reliable reference point in the .NET scientific and engineering charting space for over a decade. MIT-licensed, platform-neutral in its rendering model (which is how it achieves coverage across WPF, WinForms, Xamarin, Avalonia, and MAUI from a...

