Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create multiple line charts #1

Closed
dunland opened this issue Feb 3, 2022 · 1 comment
Closed

create multiple line charts #1

dunland opened this issue Feb 3, 2022 · 1 comment
Assignees

Comments

@dunland
Copy link
Member

dunland commented Feb 3, 2022

As stated by cqx931 in the code these links provide an example for line graphs in d3.js:
https://www.d3-graph-gallery.com/graph/line_smallmultiple.html
https://bl.ocks.org/tomshanley/b841837f5414b34b7c45055d97e7674d

the graphs should contain data of cost development vs time. data can be generic, first, and should be in csv style, since this is likely to be the format of the data as provided by the abm simulations later.

@dunland
Copy link
Member Author

dunland commented Feb 10, 2022

  • check whether the json-output of the fake simulation in the frontend has the right format

semantically useful plots

fake simulation (frontend, @dunland )

  • step = GAMA-time-step (day?)
  • add global val: heat_grid_cost ↑/step

or, even better: create API from GAMA!

infoscreen, @kazux2

  • cost-vs-time-graph: heat_grid_cost and investment_cost as f(x)

@dunland dunland closed this as completed Aug 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants