LightningChart Python Releases

Released: Apr 7, 2026

Updates in v2.2

Funktionen

  • Cursor
    • Now supports full cursor customization:
      • Cursor modes are now easier to understand and easier to control.
      • You can enable/disable them, restyle them, or even replace the built-in cursor with manual cursors that you move programmatically.
      • Also added full styling APIs for all the cursor parts: point marker, crosshair grid lines, axis tick markers, and the result table. You can customize things like fonts, borders, gradients, auto-fit, plus margin/origin positioning.
      • Cursor now...

Released: Dec 18, 2025

Updates in v2.1

Funktionen

  • DataGrid
    • Introduced a new high-performance DataGrid component to present metrics, KPIs, and mini-trends right inside a grid. The cells support text, numbers, and spark charts (line, area, bar, win-loss, pie) with markers, bands, and thresholds. In addition, DataGrid provides full control over fonts, paddings, borders, and colors.
  • Container
    • Introduced the Container feature, offering a flexible alternative to Dashboard. The Container feature enables scrollable multi-chart layouts with...

Released: Oct 10, 2025

Updates in v2.0

Funktionen

Modifications to Legends

  • Legends are now added automatically and can be fully customized at the chart, series, and entry levels, which gives you total control over how information is displayed.
  • Chart-level configuration
    • Set up default legend behavior right from chart initialization. You can adjust visibility, position, title, orientation, background style, margins, and even automatic entry management.
  • Series-Level Styling
    • Define how each series appears in the legend as you create it...

Released: Jul 8, 2025

Updates in v1.2

Funktionen

  • Bar Chart Axis Configuration
    • Enhanced the configuration options for tick labels on both the value axis and the category axis in bar charts.
  • Parallel Coordinate Chart Dashboard and Solid Coloring
    • The Parallel Coordinate chart can now be added to dashboards.
    • Added a new method to set a solid color fill for all the series.
  • Funnel and Pyramid Charts Label Positioning
    • Added a new LabelsInside parameter to Pyramid and Funnel charts, allowing labels to be positioned inside the chart segments...

Released: Nov 12, 2024

Updates in v1.0

Funktionen

LightningChart Python is a library for plotting real-time data in Python, available for data science users as well as for software developers, leverage different high-performance graph types, customizable UI elements, and real-time plotting. LightningChart Python is compatible with different Python notebooks and supports PyQt integration.

  • Features different types of graphs with different variations including:
    • Line Graphs.
    • Scatter plots.
    • Heatmaps.
    • Area Plots.
    • Box Plots.
  • Introduces...