Re: [openstack-dev] [horizon] Add a library js for creating charts

2013-08-28 Thread Ladislav Smola
The Rickshaw library is in the Master. Building of the reusable charts on top of it is in the progress. On 08/27/2013 02:51 PM, Chmouel Boudjnah wrote: Julien Danjou writes: It sounds like a good plan to pick Rickshaw. Better building on top of it, contributing back to it, rather than starti

Re: [openstack-dev] [horizon] Add a library js for creating charts

2013-08-27 Thread Chmouel Boudjnah
Julien Danjou writes: > It sounds like a good plan to pick Rickshaw. Better building on top of > it, contributing back to it, rather than starting cold or building a new > wheel. +1 Chmouel. ___ OpenStack-dev mailing list OpenStack-dev@lists.openstac

Re: [openstack-dev] [horizon] Add a library js for creating charts

2013-08-27 Thread Ladislav Smola
I have prepared the testing implementation of Rickshaw wrapped into a general linechart and connected it to Ceilometer here: https://review.openstack.org/#/c/35590/ (rendering is mostly copied from examples with some parts from Maxime Vidori) Rickshaw really works like a charm. I think it will

Re: [openstack-dev] [horizon] Add a library js for creating charts

2013-08-27 Thread Julien Danjou
On Mon, Aug 26 2013, Maxime Vidori wrote: > Currently, the charts for Horizon are directly created with D3. Maybe if we > add a js library on top of d3 it will be easier and development will be > faster. A blueprint was created at > https://blueprints.launchpad.net/horizon/+spec/horizon-chart.js W

[openstack-dev] [horizon] Add a library js for creating charts

2013-08-26 Thread Maxime Vidori
Hi, Currently, the charts for Horizon are directly created with D3. Maybe if we add a js library on top of d3 it will be easier and development will be faster. A blueprint was created at https://blueprints.launchpad.net/horizon/+spec/horizon-chart.js We actually need some reviews or feedback.