I get a typescript error on the type: "line" line, which looks like this:
Type '"line"' is not assignable to type 'SUPPORTED_CHART_TYPES | SUPPORTED_CHART_TYPES[]'.ts(2322)
index.d.ts(57, 5): The expected type comes from property 'type' which is declared here on type 'SonifyTypes'
(property) type: SUPPORTED_CHART_TYPES | SUPPORTED_CHART_TYPES[]
I have code that looks like this:
Current behavior
I get a typescript error on the
type: "line"
line, which looks like this:Expected behavior No error