LightningChart JS v.7.1 has been released!
The v.7.1 release includes new product features, improved developer experience, and more.
New Product Features
LightningChart JS v.7.1 introduces new product features. Here’s an overview:
Nanosecond Timestamp Support
Version 7.1 introduces enhanced Date-Time axis capabilities with nanosecond support. Users can now zoom to micro and nanosecond levels for detailed time-based data analysis, surpassing previous millisecond limitations.
Nanosecond timestamps should typically be provided as BigInt64. This enhancement positions LightningChart JS as a leading web charting library with explicitly mentioned nanosecond timestamp support. Read more about nanosecond timestamps.
HTML Text Rendering
Version 7.1 introduces an option for HTML text rendering. This alternative to the default WebGL rendering enhances text sharpness and enables the display of advanced text formats such as LaTeX and multi-line text. Note that using HTML text rendering may impact overall performance compared to WebGL rendering. Read more about this feature.
Real-time scrolling axis
Version 7.1 introduces a new scrolling mode for axes, specifically optimized for batched data updates (e.g., data arriving every few seconds). This complements the existing scrolling mode designed for high-frequency data streams, providing smoother scrolling behavior for less frequent data arrivals.
chart.axisX.setScrollStrategy(
AxisScrollStrategies.scrolling({
realTime: true,
})
),
New axis fitting modes
Version 7.1 introduces new fitting modes for axes, offering more control over how the axis scales to data. Some of these new fitting modes include:
- Top (Default): Fits the axis to display all data within the current visible range, consistent with previous behavior.
- Center: Fits the axis against the entire dataset, maintaining a stationary value axis.
- Bottom: Anchors the axis to a specific start value (e.g., 0) and fits the end against the entire dataset.
These new modes are implemented with extensive configuration options to accommodate diverse automatic axis behaviors based on user requirements.
Developer Experience Improvements
Version 7.1 introduces a new utility function that simplifies retrieving the data extents associated with any specific axis. This provides a convenient way to programmatically determine the minimum and maximum values of the data currently linked to an axis.
chart.axisX.getSeriesDataRange() // { min: number, max: number } | undefined
Theme up/down scaling. Version 7.1 introduces a new scaleTheme API. This quality-of-life function allows for symmetrical scaling of all visual elements within a chart, including font sizes, paddings, tick lengths, and button sizes.
This is particularly useful for adapting charts to different screen sizes, such as mobile layouts, without altering the chart’s overall dimensions within the user interface.
New Chart Examples
Other improvements
Mobile Interactive Examples Improvements. Interactive Examples have a better mobile experience. For instance, the chart space usage is reduced when opened on a mobile divice, therefore, the majority of examples have a better fit into the view.
Get started with LightningChart JS v.7.1
LightningChart JS 7.1 is a backward-compatible release. For more information, you may consult 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...
