1👍
Ok the solution was very simple, i did find the culprit.
let myOptions = {
chart: {
height: 350,
type: 'bar'
},
colors: ["#800000"]
};
the myOptions creation was wrong, it should use a = instead of a : to assign the anonymous object.
- [Vuejs]-Why namespased: false does not work for me
- [Vuejs]-Cannot read property 'length' of undefined"` for v-file-input Vuetify
Source:stackexchange.com