CityofToronto / bdit_volumes

Traffic Volumes Modelling Project
7 stars 6 forks source link

Reorganize hug API into a dictionary of lists #58

Closed radumas closed 6 years ago

radumas commented 6 years ago

plotly apparently expects data in the form of var x = ['some data', 'some other date', /* ... */ ]; var y = [2, 9.0, /* ... */ ];