highcharts-vue
highcharts-vue copied to clipboard
Improve constructorType TS definition
Currently, the constructorType accepts any string; it should only accept 'chart' | 'stockChart' | 'mapChart' | 'ganttChart' which is not the case.