小编Cos*_*tel的帖子

如何删除dojo折线图中虚线的灰色背景?

我使用虚线和虚线在Dojo中创建了一个图表.除了虚线的背景为灰色外,一切正常.

如何删除线条的灰色背景?

var xChart = new dojox.charting.Chart2D("test-chart");
xChart.setTheme(dojox.charting.themes.Julie);
xChart.addAxis("x");
xChart.addPlot("default", {type: "Lines"});

xChart.addSeries("xscsd", [2,3,5,5,23,1,6],
   {stroke: {color: "red", width: 1.5, style:"Dot"}});

xChart.render();
Run Code Online (Sandbox Code Playgroud)

charts dojo linechart

3
推荐指数
1
解决办法
715
查看次数

标签 统计

charts ×1

dojo ×1

linechart ×1