I've data like
graph_data = {
"Commercial"=>364,
"Residential"=>463,
"Hospitality"=>150,
"Industrial"=>20,
"Laboratory"=>1
}
pie_chart graph_data
when I add this in the pie chart, it displays the chart with percentage of each option, I wan to display the value rather percentage, How i can do this,
I'm using Chartkick gem with ruby on rails 4