prfalken / leonardo

Dashboard for Graphite
Apache License 2.0
110 stars 15 forks source link

HighCharts or D3 support ! #22

Open prfalken opened 10 years ago

prfalken commented 10 years ago

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.

prfalken commented 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 ?

nzlosh commented 10 years ago

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.

[1] https://github.com/vimeo/timeserieswidget