d3.js - How can I label the days of a month on this D3JS heatmap? -
i "months > days (horizontally)" graph on page:
http://kamisama.github.io/cal-heatmap/
i'm totally new d3js though , i'm wondering if possible label day of month (ie. 1,2,3...,31) directly on calendar's html (not via tooltip). want create calendar (with labeled days) using d3js.
how go doing that? thanks!
Comments
Post a Comment