Releases: Lightning-Chart/lcjs-themes
Releases · Lightning-Chart/lcjs-themes
v4.1.0
[4.1.0] - 2024-11-06
- Added theming for
ParallelCoordinateChart
, a new feature introduced in LightningChart JS v6.1.
v4.0.2
[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
[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
Added
- Support for
@arction/[email protected]
- BarChart crashed
- Optional
fontSize
property toFlatThemeOptions
- Can be used to override default font sizes by chart title, axis title, legend title and all other fonts.
v2.1.0
Added
- Flat Theme properties for Bar Chart introduced in
@arction/[email protected]
v1.1.0
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
[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.