Open jszuminski opened 5 months ago
Currently, the constructorType accepts any string; it should only accept 'chart' | 'stockChart' | 'mapChart' | 'ganttChart' which is not the case.
constructorType
'chart' | 'stockChart' | 'mapChart' | 'ganttChart'
Currently, the
constructorType
accepts any string; it should only accept'chart' | 'stockChart' | 'mapChart' | 'ganttChart'
which is not the case.