Imanhgz

Results 2 issues of Imanhgz

I've assigned a global state to series.data but is not changed when global state is changed. data() { return { series: [{ name: 'apicalls', data : apiCalls[this.$store.state.currentDay] }], chartOptions: {...

I'm going to show the datepicker in my project at the beginning not click the input and it shows in modal. How can i do that?