Note that there are some explanatory texts on larger screens.

plurals
  1. POHighcharts Pie Donut Customize shape
    primarykey
    data
    text
    <p>I need to customize <a href="http://www.highcharts.com/demo/pie-donut" rel="nofollow noreferrer">hightcharts pie donut</a> for the following design: </p> <p><img src="https://i.stack.imgur.com/PvITg.png" alt="enter image description here"></p> <p>Q: How can I customize circles to form <strong>C shape</strong> and <strong>arrow like shape</strong> ?</p> <p><a href="http://jsfiddle.net/omeraslam/GfYem/" rel="nofollow noreferrer">old jsfiddle </a> </p> <p><strong>Edited:</strong> </p> <p>Thanks Bochan, <a href="http://jsfiddle.net/omeraslam07/trHvU/" rel="nofollow noreferrer">revised jsfiddle: see sample</a></p> <p>Now, I tried to make orange and blue dots(<a href="http://api.highcharts.com/highcharts#plotOptions.series.marker" rel="nofollow noreferrer">marker</a>) between two points, According to the documentation, I wrote following code; but it is not showing marker:</p> <pre><code> plotOptions: { pie: { pointWidth: '2', borderWidth: '0', innerSize: '60%', animation: false, dataLabels: { enabled: false, }, states: { hover:{ marker:{ fillColor: 'red', lineWidth: 2, lineColor: 'blue', radius: 2 } } } } }, </code></pre> <p><a href="http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/plotoptions/series-marker-fillcolor/" rel="nofollow noreferrer">sample shows marker on line chart</a> I need similar.</p> <p><a href="http://jsfiddle.net/omeraslam07/trHvU/" rel="nofollow noreferrer"><strong>My jsfiddle sample</strong></a></p> <p>Thanks</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload