Open prfalken opened 10 years ago
Now that graphite data and leonardo properties can be retrieved with "/api/categorydashboard/" , maybe we can do the following :
Is that realistic ?
I looked at what would be involved to integrate Graphite's JSON output to Rickshaw. The data format sent by Graphite will have to be adapted to make it compatible with Rickshaw's graph data format. I came across "timeserieswidget"[1] which may suite our needs for this issue.
I would love to add support of HighCharts/HighStock or D3 so that the user can choose between standard graphite PNG or HighCharts or D3. Not sure how to do this, but it seems way more complicated that simply generate an URL as GraphiteGraph does.