score:1
Accepted answer
You can call Axis.update() and pass it an object of Axis config settings. One of those settings can be new plotBands values. So every time you update the gauge value, you reset the plotBands on either side of the gauge value. You'll need to tweak other things to get my example to look just like your image.
Check out this jsFiddle: http://jsfiddle.net/ZrGut/
yAxis.update({
plotBands: [{
from: 0,
to: leftVal,
color: 'pink',
innerRadius: '100%',
outerRadius: '0%'
},{
from: leftVal,
to: 90,
color: 'tan',
innerRadius: '100%',
outerRadius: '0%'
}]
}, false);
score:1
Finally yesterday at night I found other solution, attach de fiddle. Thanks for your help.
plotOptions: {
pie: {
startAngle: 0,
allowPointSelect: true,
innerSize: '110%',
size:'150%',
center: [100,200],
allowPointSelect: true,
cursor: 'pointer',
dataLabels: {
enabled: null,
color: '#000000',
connectorColor: '#000000',
format: '<b>{point.name}</b>: {point.percentage:.1f} %'
}
}
}
Source: stackoverflow.com
Related Query
- Highcharts display label for pie chart using html table as data source
- How to display the value instead of percentage in a pie chart using jquery Highcharts
- HighCharts - Make the pie chart 100% of the div
- Place text in center of pie chart - Highcharts
- Highcharts - labels inside and outside a pie chart
- Highcharts Pie Chart ignores percentageDecimals tooltip setting and has floating point inaccuracy issue
- Highcharts pie chart dynamically changes size
- Highcharts not displaying data labels for Pie chart in arabic
- Total of values in HighCharts Pie Chart
- HighCharts Pie Chart - Add text inside each slice
- highcharts - chart names for multiple pie chart series in one chart
- Highcharts Pie Chart Drilldown not showing on third drill
- Highcharts Pie Chart Label Threshold
- HighCharts - Pie chart drilldown for multilevel (3 to 4 level)
- Grand Totals in HighCharts Pie Chart Legend
- HighCharts Pie Chart Legend value alignment
- How get data name in Highcharts pie chart legend instead of "Slice" using array of values?
- Rotating dataLabels in a Highcharts pie chart
- Highcharts connecting scatter chart and pie chart with single legend
- Highcharts Donut chart is rendered as a Pie chart in IE 8
- How to create an inner circle pie chart in Highcharts
- How to make a pie chart from highcharts responsive
- highcharts pie chart multiple sections selection
- Set opacity of Highcharts pie chart
- How to center chart title position dynamically inside pie chart in highcharts
- Highcharts - Display legend for Pie chart in two columns
- Grouping Legends in Pie Chart with Highcharts
- Highcharts - Getting a 3d effect with selected pie chart slices
- Highcharts --- Change sliced color on drilldown pie chart
- Length of slice in Highcharts pie chart
More Query from same tag
- Inject a CSS class into HighCharts
- How to make highchart span over whole x-axis?
- Extracting multi-dimentsional arrays in Javascript/JQuery
- In Highchart, how to change all the legend symbols height in a multiple axes chart?
- Angular highcharts show selected bar in bar chart
- Highcharts X-axis labels on the side
- How to position dataLabels at the midpoint of an arearange chart in highcharts?
- HighcharteR multiple tooltips open with hideDelay
- Uncaught TypeError: fn.call is not a function
- highcharts mapchart: no color shown after reload the graph
- How to keep an empty slice area in highcharts after clicking on legendItem
- How to match columns height with spline in Highcharts
- Formatting the year in highcharts
- Add a hyperlink to stockChart in highcharts
- How to create a div container for a highcharts graphic by means of code?
- Ajax and Highcharts - Display 'loading' until data is retrieved, then populate chart
- Strange behavior Highcharts pie chart in document mode IE8
- Highcharts columns have no width (seemingly arbitrarily)
- Highcharts (ng2-highcharts) gauge in Ionic
- Highmaps in React using lat/lon not working
- Highcharts Multiseries Gauge with DataLabels at Ends
- Highcharts show days of month dates in X axis (from JSON file). tickInterval: not work?
- HighCharts data defined in a HTML Table using PHP MySQL
- Highcharts loop JSON Object to fill data series
- Highchart in ASP MVC page load not working properly
- HTML5/JS Chart with Moving Average
- How to remove white borders on bar charts in highcharts?
- HighCharts Export burger menu not showing in AngularJS app
- jQuery Highcharts not working with JSF 2.0
- Highcharts no drilldown on bar / column click