Reputation: 1385
Is there a way to make a calendar chart like Google one with amCharts ? It represent user activity according to hour of day.
I tried to do it with amXYChart but it does not look good :
Upvotes: 1
Views: 1309
Reputation: 18155
While you may not be able to make a chart exactly like the Google calendar one with its outlines around each month, I think you can get fairly close to the same aesthetic.
Have a review of the amCharts heatmap example:
The colors in the original amcharts example are a bit strong, so here is the same version using a colorbrewer palette:
Upvotes: 1