Google Pie Chart: Display two values with different colors - pie-chart

I would like to know how to display in each sector from a google pie chart two values with different colors.

Related

Chart.js doughnut and pie chart at same canvas mixed

Can I display together two different types of chart together. I need to have a doughnut chart with about 70%, and another pie chart section over the first (doughnut) chart that will be just a thin line going from center of the circle to the doughnut's edge. I want to make a speed-o-meter this way.
A pie chart is a doughnut chart with cutoutPercentage:0. Try using a doughnut chart, setting cutoutPercentage:0, and adding two datasets.

How can I conditionally format chart labels in COGNOS 10.2.2?

I have a 100% stacked bar chart in a COGNOS 10.2.2 report with three series. I want one series to display data labels in black, and the other two in white. There does not seem to be a conditional formatting option for the data labels. How can I make this happen?

How can I use multiple fields in Kibana Pie Charts?

I want to make a pie chart in Kibana that uses two data fields. I want the chart to have only two slices, so for example, I would show myPizzasEaten/totalPizzas (kind of like a progress circle).

Legend position not working in stacked column charts (Google Charts)

I'm making multiple stacked charts with Google Charts just like what was talking about in this post stacked column chart for two data sets - Google Charts. I'm trying the sample but I can't set the legend position with legend: {position: 'top'}.
Here is the jsfiddle: http://jsfiddle.net/p7o0pjgg/32/
the list of options that don't work in Material charts can be found here...
Tracking Issue for Material Chart Feature Parity #2143
which includes...
legend.position: ['top', 'bottom']

Change pie chart color in Kibana

One of my uses of Kibana is related to displaying some information in certain cases only (say when a value is unexpected and exceeds a defined range). This element is therefore either shown or hidden from the dashboard, and displaying it could be considered as displaying an alert. I would prefer if the related pie chart was filled in red, rather than the default green.
Any ideas on how to do this?
Assuming you are describing Kibana 3, if you want terms panels pie charts to use different colors, you will need to make a code change.
There is a way to have custom colors for your pie chart. In order to do that you'll need to create a "hits" panel and pick the "pie chart" as the display. The color of the pie slices will be determined by the color that you chose for the queries that they track: