0.0.4 • Published 4 years ago

chartist-rotated-pie-labels v0.0.4

Weekly downloads
52
License
Apache-2.0
Repository
github
Last release
4 years ago

Rotated Pie Labels For Chartist.js

This plugin allows you to create automatically rotated labels for slices of chartist.js pie charts

Example Usage:

new Chartist.Pie('#pie-chart', {
    series: mySeries,
    labels: myLabels
  }, 
  {
    donut: true,
    showLabel: true,
    plugins: [Chartist.plugins.ctRotatedPieLabels({})]
  });

Options:

  1. labelTranslate
  • The amount that labels will be translated out from the center of the pie. Default: .95
  1. outerAnchor
  • If set to false, the labels will be anchored inside-facing. Default: true
0.0.3

4 years ago

0.0.4

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago