Hi,
If I have for example google.com as a column name in my LineChart, the Line does not render but if the column name is google com without the "." then the chart renders fine.
const series = new TimeSeries({
name: "test",
columns: ["google.com"],
points: this.buildpoints(data)
})
Hi, If I have for example google.com as a column name in my LineChart, the Line does not render but if the column name is google com without the "." then the chart renders fine.
Example - https://codesandbox.io/s/ykj049y79j