Custom tooltip labels
Thanks to @MarcioMeier a custom label can be set for the tooltip message now. The placeholders {{count}}
and {{date}}
are supported.
const labels = {
tooltip: '<i>{{count}} views</i> on {{date}}'
};
<ActivityCalendar data={...} labels={labels} />