Most voted "graphael" questions
gRaphael is a javascript library that helps you create graphics of excellent aesthetic and interaction quality. If the question is not about "gRaphael", do not use this tag even if you are using "gRaphael" in your project.
Learn more…2 questions
Sort by count of
-
1
votes0
answers31
viewsChange line segment in graph
How can I change only the first circle and the line that is connected to the other circle on a chart (line Chart)? I used the following code: lines.lines[0].attr({'stroke-width': 8}); The goal is to…
-
0
votes0
answers20
viewsHover column graphael
I’m using the graphael bookstore to draw a line chart. I want the mouse to show the two values x and y. In this case I can only show the value of y. How can I show you both? Example:…