quarree100 / qScope_infoscreen

0 stars 0 forks source link

create multiple line charts #1

Closed dunland closed 2 years ago

dunland commented 2 years ago

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 commented 2 years ago

semantically useful plots

fake simulation (frontend, @dunland )

or, even better: create API from GAMA!

infoscreen, @kazux2