UNPKG

c3

Version:

D3-based reusable chart library

12 lines (9 loc) 274 B
import { Chart } from './core' Chart.prototype.donut = function() {} Chart.prototype.donut.padAngle = function(padAngle) { if (padAngle === undefined) { return this.internal.config.donut_padAngle } this.internal.config.donut_padAngle = padAngle this.flush() }