I want to display the 'count' value instead of the date in a calendar
e.g this represents a heatmap of the month of July but instead of the day (1-31) I want to output the number of occurences (count of items)
I am using the package cal-heatmap. I added this property:
subDomainTitleFormat: {
filled: 'count'
},
but it doesn't change the value displayed in the month