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

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -