Skip to content

Improved donut chart

Compare
Choose a tag to compare
@graphieros graphieros released this 26 Jan 07:12
· 25 commits to master since this release
  • arcs are now a filled shape instead of just a path, allowing to use a border. New chart option:
    donutBorderWidth: number

  • dataLabels can be either a text element, or a div inside a foreignObject, allowing further customizations. New chart option:
    dataLabelsAsDivs : boolean; // true will display dataLabels as divs inside foreignObjects