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

How to use json data? #83

Open win32nipuh opened 9 years ago

win32nipuh commented 9 years ago

Could you provide small sample how to use json data instead of described sources?

I'd like to use ajax calls by timer to call my wcf resful service which returns simple json data per call

name: "CPU",value: '23' name: "Memory",value: '55'

Thank you very much.