Open sn0rcha opened 1 year ago
Vue 3 Composition API
When creating a chart with options:
const chartOptions = {title:'Testing}
A TS error shows:
If I specify:
const chartOptions = {chart:{title:'Testing'}}
The error goes away, but the options are ignored.
Any way to fix?
Vue 3 Composition API
When creating a chart with options:
const chartOptions = {title:'Testing}
A TS error shows:
If I specify:
const chartOptions = {chart:{title:'Testing'}}
The error goes away, but the options are ignored.
Any way to fix?