Category "pie-chart"

How to set percentage value below Label in Pie chart

I want to place Percentage value(0.92) below, Label(EUR) in Pie chart. As shown below picture example. I using MPAndroidChart, in which its showing as below

How to set percentage value below Label in Pie chart

I want to place Percentage value(0.92) below, Label(EUR) in Pie chart. As shown below picture example. I using MPAndroidChart, in which its showing as below

Make pie chart smaller Chart JS

I have a Pie chart on my sharepoint Page that will not shrink. The smaller I make the px the bigger the chart gets. For example: <canvas id="myChart2" width

How to change position in MPAndroidChart PieChart color indicator

I am working on MPAndroidChart and I want to change position of PieChart color indicator. <com.github.mikephil.charting.charts.PieChart android:id="@+id

Highcharter - Clickable Pie Chart - How to get the category name from the slice clicked on a Pie Chart in Shiny?

I'm trying to click on a category in a pie chart built with highcharts and use the category to filter data in a line chart in R shiny app.