I'm using cal-heatmap to draw github like calendar as you can see in this jsfiddle.
var calendar = new CalHeatMap();
calendar.init({
data: data,
start: new Date(2000, 1),
domain: "month",
subDomain: "day",
range: 3,
scale: [40, 60, 80, 100]
});
Is it possible to remove space between each month (like the github contribution graph)?
I have try the option domainGutter : 0
who is not working on this special case.
Short answer is no (not yet). Each month is in its own "domain", and can't be glued (overlapped in your case), to allow a smoother domain browsing.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With