javascript - How to set border on a 3d pie highchart? -


I have a 3D pie chart using the Highchurch plugin, and I want to put limits in each part, so I put the following:

  border width: 4, border color: "red"  

in the plotOptions: pie: . But I am afraid that the limit of this part is from the same color, which is filled there.

Is there any way to do this? I have no problem that the border is white, but I have to split the parts.

Here's a JSfield where you can try:

JS

  $ (function () {$ ('# Container'). High Charch ({Chart: {Type: 'Pie', Option 3D: {Enabled: Truth, Alpha: 45, Beta: 0}}}, Title: {Text: 'Browser on a Specific Website Market Share, 2014 '}, Tooltip: {pointFormat:' {series.name}: & lt; b & gt; {point.percentage: .1f}% & lt; / b & gt;}}, plot options: { Pie: {allowPoint: select: right, cursor: 'pointer', depth: 35, border width: 4, border color: "red", data labels: {enabled: true, profi '{': 'Browser Share', Data: [['Firefox', 45.0], ['IE', 26.8], {{Type: 'Pie', '{point.name}'}}}, series: Name: 'Chrome', Y: 12.8, Cut Off: Correct, Selected: True}, ['Safari', 8.5], ['Opera', 6.2], ['Other', 0.7]]}]}); });  

HTML

  & lt; Script src = "http://code.highcharts.com/highcharts.js" & gt; & Lt; / Script & gt; & Lt; Script src = "http://code.highcharts.com/highcharts-3d.js" & gt; & Lt; / Script & gt; & Lt; Div id = "container" style = "height: 400px" & gt; & Lt; / Div & gt;  

This is a bug that our developers have been told here:


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -