javascript - Highcharts position polar area labels around outside -
i'm creating polar area chart in highcharts. can't seem on issue of labels colliding eachother when chart segments smaller others (if turn off allowoverlap disappear). possible arrange labels around outside of circle? need keep chart responsive or else i'd absolutely position them.
chart: { polar: true, backgroundcolor: 'transparent', plotborderwidth: null, margin: [0, 0, 0, 0], spacingtop: 0, spacingbottom: 0, spacingleft: 0, spacingright: 0 }
here's have far: http://jsfiddle.net/u9w5hasw/
i've tried creating new column series every value set 10 squishes data had. tried line series labels labels position in center of point, not outside circle, obscured color fill.
Comments
Post a Comment