Questions tagged as 'graphael'

0
answers

Change line segment in graph

How can I change only the first circle and the line that is linked to the other circle in a line chart? I used the following code: lines.lines[0].attr({'stroke-width': 8}); The goal is to change the width of the line. But this changes the...
asked by 20.05.2015 / 22:38
0
answers

hover column graphael

I'm using the graphael bookstore to draw a line graph. I wanted the mouse to show the two values, x and y. In this case I can only display the value of y. How can I show both? Example: link .hoverColumn(function () { this.tags = r.set();...
asked by 20.05.2015 / 18:35