Line Segment Management

Kind of a simple question ... I have successfully used the d3.svg.line generator, but now I need to be able to control more each individual segment in a common line. For example, each segment may be colored differently. Or, each segment may even need a different thickness (tapering or depending on the thickness of adjacent segments).

I am wondering what is the best tool for this. I think or maybe. Or maybe just keep using d3.svg.line, but make each segment its own line.

We are looking for other people who experience such a rich line design ...

+5
source share
1 answer

D3 , Protovis. Protovis- , , . SVG 2.0 , JavaScript.

SVG d3.svg.line . -linecap ; stroke-linecap: round;, , .

+3

All Articles