如何在cal-heatmap中粘贴月份

时间:2013-06-18 09:53:07

标签: d3.js calendar heatmap

我正在使用cal-heatmap来绘制github,就像您在 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]
});

enter image description here

是否可以在每个月之间删除空格(如github contribution graph)?

enter image description here

我已经尝试了domainGutter : 0选项,但他没有处理此特殊情况。

1 个答案:

答案 0 :(得分:2)

简短的回答是否定的(尚未)。每个月都在自己的“域”中,无法粘贴(在您的情况下重叠),以便更顺畅地浏览域名。