UNPKG

d3

Version:

A small, free JavaScript library for manipulating documents based on data.

31 lines (25 loc) 329 B
body { font: 13px sans-serif; } #chart svg { width: 960px; height: 500px; border: solid 1px #ccc; } rect { fill: #fff; } circle, .line { fill: none; stroke: steelblue; stroke-width: 1.5px; } circle { fill: #fff; fill-opacity: .2; cursor: move; } circle.selected { fill: #ff7f0e; stroke: #ff7f0e; }