jondot / graphene

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

fix json request and add title in discovery mode #47

Closed trbs closed 11 years ago

trbs commented 11 years ago

In discovery mode graphene failed for me using $.getJSON instead of $.get fixed that for me.

Also added title, so graphs created by auto-discovery are identifiable.

adamzap commented 11 years ago

I haven't tested the JSON change, but pulling graph titles works and is very helpful.

Thanks @trbs

jondot commented 11 years ago

Awesome, thanks!, sorry for the late response, getting back to rhythm here. Pulling in!