jondot / graphene

Graphene is a realtime dashboard & graphing toolkit based on D3 and Backbone.
http://jondot.github.com/graphene
2.87k stars 231 forks source link

Fixed bug in TimeSeries when multiple targets have different time spans #27

Closed Jell closed 12 years ago

Jell commented 12 years ago

When drawing a TimeSerieView with multiple targets that have different time spans, the range on the X-axis did not respect the total range of all the series, but only considered the first serie.

This commit should fix that.

Hope this helps!

jondot commented 12 years ago

Awesome, thanks!

cerw commented 11 years ago

How do i define multipla targets in JSON API url ? ta

jondot commented 11 years ago

@cerw see here, https://github.com/jondot/graphene/issues/61

cerw commented 11 years ago

All working thanks :)