Skip to main content
Version: 5.2.0

Error: LightningChart JS Resources not found

LightningChart JS is distributed along with some resource files, which are required for select features only. Some examples include MapChart, OnScreenMenu, and Themes that use background pictures.

When any of these features are used, the user has to ensure that the necessary resources are hosted on a file server where LightningChart JS can fetch them. In official LightningChart JS example frameworks, templates and projects, this setup is usually done beforehand.

The resources are distributed along with the NPM bundle under @arction/lcjs/dist/resources folder.

For more details and examples, please see resourcesBaseUrl section in API documentation.