UNPKG

d3.chart

Version:

A framework for creating reusable charts with D3.js

10 lines (8 loc) 198 B
d3.chart("CircleChart", { initialize: function() { // add a circles layer var circleLayer = this.unlayer("circles"); // reattach layer this.layer("circles", circleLayer); } });