axis: {
x: {
type: "category"
}
},
I got error:
The types of 'axis.x.type' are incompatible between these types.
Type 'string' is not assignable to type '"category" | "indexed" | "log" | "timeseries"'
I cannot find how i can init type with another way. Could you please help me?