javascript - Cal-Heatmap display day with hours from 9-5 only -
I am using to create a calendar.
I am doing something to imagine 24 hours a day.
I want to imagine that hour between 9 AM and 5 PM only that day. Is there any way to do this through cal-heatmap?
var date = new date (2000, 0, 5) var day = new CalHeatMap (); Data: "dates-years.json", start: date, cell size: 40, category: 1, legend: [{itemSelector: "#day", domain: "dayday", subdomain: "x_hour", data: 2, 4, 6, 8]})
Comments
Post a Comment