Skip to main content
Version: 6.1.2

Vue

Vue is one of the most popular web frontend frameworks at the moment. As such, it is extensively used by LightningChart JS users.

Please find the LightningChart JS template for Vue here](https://github.com/Arction/lcjs-vue-template) and get in touch for the latest updates.

danger

Do not place LightningChart JS objects inside Vue ref objects! Users have often reported this to cause strange errors. Instead, shallowRef should be used.

Frequently asked questions

Uncaught TypeError: Cannot read properties of undefined (reading 'get')

This and other strange errors have often been reported due to placing LightningChart JS objects inside Vue refs. Instead, shallowRef should be used.

One example is documented here.