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

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -