Team-Half-and-Half / spirebooks

MIT License
0 stars 0 forks source link

Issue 85 #104

Closed samallari closed 1 month ago

samallari commented 1 month ago

move temporary default data for CustomLineChart into TemporaryData.js

there wasn't an easy way to reference the data in settings.development.json in Dashboard.jsx or CompareProjections.jsx since the data wasn't tied to any databases already created. made TemporaryData.js to store the data instead, this way the data can kept separate from the components and can be used in other components if dummy data is needed.