Change line segment in graph

Asked

Viewed 31 times

1

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 change the line width. But this changes the whole line, and I just want to change the first segment of it. This is possible?

Example: http://jsfiddle.net/aNJxf/20/

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.