I\'m currently implementing a line chart in gRaphael which requires the x axis to move up the y-axis such that it lies on zero (which I have already accomplished by drawing my own axes).
I wish to create a graph whose y-axis starts at 0. None of my values are 0 though. How do i go about doing that in graphael ?
I\'m creating a plugin or at least that\'s what I think for gRaphael. It\'s a waterfall plugin and I\'m trying to find where is some documentation related to best practices for creating plugins for gR
Is there any simple way of creating a 3D pie chart using gRaphaël? I was looking to create something similar to http://www.fusioncharts.com/fl开发者_JS百科ex/docs/charts/contents/ChartSS/Images/Pie_3
So I\'m using gRaphael to create some charts. This is creating a cool bar chart line with some dots in it. Those dots have the ... nodes with x=10 y=20 as their attributes.
I\'d like to draw a line chart with gRaphael, like the one in the lower right corner: http://g.raphaeljs.com/linechart.html
Can anyone help me select the best JavaScript chart library? I want a pie开发者_Python百科 chart and a stacked bar chart. I tried Raphael chart but it doesn\'t look as good as a stacked bar chart, bec
How can I add click event to my Raphael pie chart ? var r = Raphael("holder-1",340, 185); pie = r.g.piechart(150,85, 75, values , {legend: labels, legendpos: "east"});
I would like to use graphael to draw a simple chart on a webpage (that has other html). Is there a way to conver开发者_如何学Pythont the chart to a .gif or .png image at the same time that it is drawn
I am usin开发者_开发问答g gRaphael JS lib to draw line chart. and have some problem with haverColumn function.