Questions tagged [graphael]

gRaphaël: A JavaScript library for drawing charts, uses the Raphaël library.

gRaphaël utilizes the SVG and VML capabilites of the Raphaël JS library to draw charts by means of single function call. Some of the charts that can be drawn are barchart, piechart,dot representation and line graph offering both interactive as well as static content.

Currently, gRaphaël supports Firefox 3.0+, Safari 3.0+, Opera 9.5+ and Internet Explorer 6.0+.


Documentation


Related tags

176 questions
13
votes
6 answers

graphael bar chart with text x-axis

I was wondering how I can make a simple bar chart that perhaps has day as the x-axis, with values 'today' and 'yesterday', and the y-axis as perhaps 'time' with corresponding values '1' and '2'. I guess I'm confused as to how to set text as the…
butterywombat
  • 2,069
  • 7
  • 26
  • 44
7
votes
6 answers

jquery animation of specific attributes

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. Example rect x="135.8" y="115.8" width="8.399999999999999"…
climboid
  • 6,932
  • 14
  • 44
  • 71
7
votes
3 answers

g.raphael.js gradient effect on pie chart

I user raphael.js to draw my images/graphs on my website, and I'm having trouble implementing a gradient effect on my pie chart. I call it that way :