UNPKG

d3

Version:

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

21 lines (17 loc) 205 B
#chart { width: 960px; height: 500px; } .black path { fill: none; stroke: #ccc; stroke-width: 3px; } .white path { fill: #fff; stroke: #fff; } .grey path { fill: #ccc; stroke: #666; }