How to display annotation text in google charts for max and min values only. I do not want to display and annotation message for other values please see image for info
Note :Just want to show text for circled points
How to display annotation text in google charts for max and min values only. I do not want to display and annotation message for other values please see image for info
Note :Just want to show text for circled points
It could be achieved using google.visualization.DataView.setColumns function, the example below shows how to display annotation text in google charts for max and min values only:
Complete example