Redy Patel
Redy Patel

Reputation: 11

How do I remove a Google Charts Calendar legend?

https://developers.google.com/chart/interactive/docs/gallery/calendar

Is there a way to remove the legend (top right gradient that shows min and max values) from a Google Calendar chart?

Upvotes: 1

Views: 376

Answers (1)

blank_kuma
blank_kuma

Reputation: 337

just set the legend parameter to none

legend: 'none';

from https://developers.google.com/chart/interactive/docs/gallery/geochart

An object with members to configure various aspects of the legend, or 'none', if no legend should appear.

Upvotes: 1

Related Questions