【问题标题】:ionic nvd3 how to remove top number/value in Y-axis stackedAreaChart离子nvd3如何删除Y轴stackedAreaChart中的顶部数字/值
【发布时间】:2017-05-22 13:29:15
【问题描述】:

我有这个 stackAreaChart,它有这个最高值/数字 106,794,我想在 Y 轴上删除它。如何删除该最高值? http://imgur.com/a/3F3E2

这是我的 nvd3 代码: https://pastebin.com/ignt23rE

                  yAxis: {
                    axisLabel: 'ktoe',
                    axisLabelDistanc: 40,
                    tickFormat: d3.format(',')

                  },

【问题讨论】:

    标签: angular ionic-framework graph nvd3.js


    【解决方案1】:

    你试过了吗

    showMaxMin: false
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2013-06-18
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-06-21
      • 1970-01-01
      • 2018-02-04
      相关资源
      最近更新 更多