答案 0 :(得分:1)
g = new Dygraph(div, data,
{
labels: ['Date', 'A', 'B'],
series: {
"A": {
strokeWidth: 2
},
"B": {
plotter: barChartPlotter
}
}
});
您可以在plotters演示页上找到完整的示例。