Skip to content

Releases: Lightning-Chart/lcjs-themes

v4.1.0

06 Nov 07:28
Compare
Choose a tag to compare

[4.1.0] - 2024-11-06

  • Added theming for ParallelCoordinateChart, a new feature introduced in LightningChart JS v6.1.

v4.0.2

05 Aug 06:46
Compare
Choose a tag to compare

[4.0.2] - 2024-08-06

Changed

  • Moved to @lightningchart NPM organization.
  • Tweaked area series fill style to utilize transparency more.
  • Migrated to @lightningchart/lcjs v6.0.0.

Fixed

  • Fixed ES Module import not working.

v3.2.1

07 May 07:17
Compare
Choose a tag to compare

[3.2.1] - 2024-05-07

Changed

  • Loosened dependency to @arction/lcjs to be allow anything between v5.0.0 and v6.0.0.
    • This was done due experiencing many issues where NPM decided to interpret the dependency too restrictively, resulting in 2 installations of different LCJS versions, which further resulted in run-time errors.
    • Users should manually ensure correct combination of LCJS and themes versions using the support table: https://github.com/Arction/lcjs-themes?tab=readme-ov-file#support-table

v3.1.0

09 Feb 10:06
Compare
Choose a tag to compare

Added

  • Support for @arction/[email protected]
    • BarChart crashed
  • Optional fontSize property to FlatThemeOptions
    • Can be used to override default font sizes by chart title, axis title, legend title and all other fonts.

v2.1.0

08 Aug 10:28
Compare
Choose a tag to compare

Added

v1.1.0

03 Mar 13:52
Compare
Choose a tag to compare

Added

  • FlatThemeOptions.isDark
    • Allows making light themes.
  • flatThemeDark
  • flatThemeLight

Changed

  • makeFlatTheme spider chart web style color is now taken from grid-lines rather than ui border.

v1.0.0

06 Feb 13:48
Compare
Choose a tag to compare

[1.0.0] - 2023-02-06

Added

  • makeFlatTheme
    • Function that takes a handful of colors as input and produces a flat LightningChart JS Theme.
    • At this time, mainly tested with dark color themes and most frequently used LightningChart features.