This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Planned Changes
- This looks interesting, maybe someday we can move from excanvas to this.
- Add the ability to give the graph a title (similar to the new axis label stuff).
Integrate the pie chart stuff into the library.cancelled see ticket #3- Keep up with changes to the ‘real’ flot :)
- Get boxplot’s added at some point.
1.0
- Change the data format: done
This will make it easier to include extra information as necessary for things like tooltips (for example,[ [ x, y ], ... ] => [ { x: x, y: y }, ... ]
and you could then refer to some_datapoint.committer to get that value out of the API). This will also make the ‘deltas’ series type less hacky (since it requires [x,y,d] instead of [x,y]) and also makes it feasible to do box plots (since they have quite a bit more information in one data point).[ { x: some_date, y: some_value, committer: some_name }, ... ]
- Re-format a lot of the code to make it more obvious what’s happening (some indentation issues/etc). done
- Dual-y-axis support







