diff --git a/README.md b/README.md index 5ab264e..9fef7a3 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/index.js b/src/index.js index 2121dea..1ba840f 100644 --- a/src/index.js +++ b/src/index.js @@ -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({