mattetti / googlecharts

Ruby Google Chart API
http://mattetti.github.com/googlecharts/
MIT License
699 stars 108 forks source link

Slice Text #42

Closed andresmb closed 13 years ago

andresmb commented 13 years ago

Hello, First of all, great gem! I have a question.. I couldn't figure out how to insert some text into the slice of a Pie graph. For example the value of the percentage that slice is representing. This can be done somehow?

In the pie chart api, there is an attribute called pieSliceText that can be useful...

http://code.google.com/intl/es-ES/apis/chart/interactive/docs/gallery/piechart.html

Thanks!

aderyabin commented 13 years ago

It's a part of interactive google charts based on js. Unfortunately, this gem doesn't support interactive charts