esnet / react-timeseries-charts

Declarative and modular timeseries charting components for React
http://software.es.net/react-timeseries-charts
Other
866 stars 283 forks source link

Periods in column name doesn't render chart #332

Closed brenkao closed 6 years ago

brenkao commented 6 years ago

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)
                })

Example - https://codesandbox.io/s/ykj049y79j

pjm17971 commented 6 years ago

Periods in Pond represent a path to deep data, so you can't do that. Sorry, that's pretty low level to how it works.

Internal issue to add a note to docs: CHARTS-21