grafico icon indicating copy to clipboard operation
grafico copied to clipboard

JavaScript and SVG charting library based on Raphael

Results 15 grafico issues
Sort by recently updated
recently updated
newest added

Added a function to draw a movable legend on the chart. Enabled by default in the graph options. Only tested with line graphs. Fixed problem with Firefox 4.

Hi, I needed this feature as well, but figured out that there is an issue with longer titles (they were not positioned correctly each under another, so I fixed this...

Nice work! I'm planing to bring a GWT Java API to grafico for my project http://code.google.com/p/raphael4gwt/ that already includes graphael and other charts types. It is based on latest raphael...

Plotting some bargraphs results in the bars going past the upper area of the graph. Try this example. ``` function newBarGraph() { var bargraph = new Grafico.BarGraph($('bargraph'), ['9','16','12','12','12', '18', '9'],...

When ploting values which may be some small floats, vertical axis is always starting from 0, and interval on that axis is small, leading the labels are mixed together. In...

grafico 0.9.1 prototype 1.7.1 raphael 2.1.0 When hovering on node in graph, 'undefined' is shown instead of number.

Just thought I'd share this enhancement, and ask if you'd like to clean it up a bit, or just accept it as it is into your code. If you are...

Currently there exists a meanline (which is the mean of the values). Is there any way to add a 'custom-line' to a graph? Or what about layering a line graph...

In excel this is called "Data Labels", and they are placed near the data point on the graph. Do you think this would be a good addition? I know it...

Is there a way to make sure the y-axis of a line graph starts at 0? It's an important option for proper line graphs. For instance, in ICO, if you...