I am trying to change date format in Google Chart so that instead of date it needs to show only Month name. i have a dynamic data is coming .
I have used
hAxis: {
format: 'MMMM',
}
which is not working.
Here is the jsfiddle
Any idea.