Skip to content

Commit

Permalink
LCJS v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Niilo Keinänen committed Nov 8, 2023
1 parent 0881495 commit 1cc130d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ Direct developer email support can be purchased through a [Support Plan][4] or b
© LightningChart Ltd 2009-2022. All rights reserved.


[Data Grid]: https://lightningchart.com/lightningchart-js-api-documentation/v4.1.0/classes/DataGrid.html
[Chart XY]: https://lightningchart.com/lightningchart-js-api-documentation/v4.1.0/classes/ChartXY.html
[Data Grid]: https://lightningchart.com/js-charts/api-documentation/v5.0.1/classes/DataGrid.html
[Chart XY]: https://lightningchart.com/js-charts/api-documentation/v5.0.1/classes/ChartXY.html

1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ try {
license = LCJS_LICENSE
} catch (e) {}

// NOTE: Using `Dashboard` is no longer recommended for new applications. Find latest recommendations here: https://lightningchart.com/js-charts/docs/basic-topics/grouping-charts/
const dashboard = lightningChart({
license: license,
}).Dashboard({
Expand Down

0 comments on commit 1cc130d

Please sign in to comment.