删除 Dygraphs 右侧的白色 Space

Remove white Space on right side in Dygraphs

我正在开发没有图例或坐标轴的图表。在此图表中,我还通过 2d 上下文和 underlayCallback 选项进行绘制。

我无法解决的问题是图表右侧(约5px)的神秘白色space。

我修改了一个 jsFiddle 来表示问题:

http://jsfiddle.net/12magkox/

用于删除图例和轴的 Dygraph 构造函数:

legend: 'never',
    axes: {
      x: {drawGrid: true, drawAxis: false},
      y: {drawGrid: true, drawAxis: false}
    },

查看 rightGap 选项。您估计的“大约”5px 看起来很准确!

rightGap

Number of pixels to leave blank at the right edge of the Dygraph. This makes it easier to highlight the right-most data point.

Type: integer

Default: 5