【问题标题】:Hiding x Axis in dojox.charting在 dojox.charting 中隐藏 x 轴
【发布时间】:2011-04-06 15:26:15
【问题描述】:

使用 dojox.charting.chart2D 创建图表时如何隐藏 x 轴?

【问题讨论】:

    标签: dojox.charting


    【解决方案1】:

    简单地说,你可以删除x轴的代码:

    chart1.addAxis("x", {
                natural : true,
                includeZero : true
            });
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2022-10-31
      • 2015-12-26
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多