Javascript – Hiding the legend in Google Chart

google-visualizationjavascript

I am using the Google charts API. Is there a way to hide the legend for a scatter plot?

Best Answer

You can disable the legend by using 'none' as the position:

legend: {position: 'none'}