GSS-Cogs / chart-builder

The Chart Builder is a proof-of-concept app to understand the feasibility of using a CSV file (or SPARQL query) to generate and customise a chart or data visualisation
https://chart-builder-no4vxskx7a-nw.a.run.app
2 stars 0 forks source link

Separate property schema from property value storage #83

Closed nosnickid closed 2 years ago

nosnickid commented 2 years ago

The properties schema and their values are stored in the same initialChartState structure. They should be separate.

nosnickid commented 2 years ago

Remember to tweak the wiki with the structural changes that come out of this

nosnickid commented 2 years ago

I updated the wiki after these changes