Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
highcharts.jsで選択したスライスの長さを変更する方法はありますか? 中心からオフセットするつもりはありませんが、選択したスライスを他のスライスよりも遠くに伸ばしたいと思います。スライスの長さに影響を与える API の場所を見つけることができなかったようです。
「slicedOffset」を使用することをお勧めします。API のフィドルは次のとおりです。
plotOptions: { pie: { allowPointSelect: true, slicedOffset: 20 } },
http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/plotoptions/pie-slicedoffset-20/