Closed charlesons closed 2 years ago
eeaDataConnector data returns y series values as an array of strings, whereas tidyDataConnector returns them as numbers.
The fix uses parseInt to convert the strings to numbers in chartDefinition.ts
Issue #346 aims to solve the problem at source.
Planning action also initiated to revisit the definition of the chart builder data interface (the data convention convention)
eeaDataConnector data returns y series values as an array of strings, whereas tidyDataConnector returns them as numbers.
The fix uses parseInt to convert the strings to numbers in chartDefinition.ts
Issue #346 aims to solve the problem at source.
Planning action also initiated to revisit the definition of the chart builder data interface (the data convention convention)