How to remove percentage from Google Charts tooltip
For example, I want to remove 33.33% from this tooltip, showing only the value
Set tooltip.textto value. See the graphical diagram of gogle docs. For example:
tooltip.text
value
var options = { 'title': 'Pie chart title', 'width': 800, 'height': 600, 'is3D': false, tooltip: { text: 'value' } };
Source: https://habr.com/ru/post/1524461/More articles:Benefits of Yeoman, Grunt, and Bower for Rails - ruby-on-railsTDD with Sitecore 7 and TFS 2012 CI - unit-testingBeautifulSoup - how do I get the contents of a body - pythonPhpstorm does not work after upgrading version of TortoiseSVN to version 1.8 - svnjson.dumps () not working - jsonChange the percentage text of a Google chart. Color - c #Google Pie Chart Legend Type Percentage Label - c #Percentage in slices showing outside ring fragments - c #Confirm rm in zsh - zshSearching a tuple in a list of tuples (sorting by multiple keys) - pythonAll Articles