收藏
评论

ECharts Gallery

ECharts Gallery,汇集无数 ECharts 图表示例

扫码体验

赞 1
收藏

3 个评论

  • 清风徐来
    清风徐来
    2020-09-20

    请问下这个怎么动态的赋值啊

    <chart chart-class="chart" notMerge  option="{{ option}}" bindinstance="onInstance" />
    
    data:{
    option: {
          title: {
            // text: '自己身高变化'
          },
          xAxis: {
            type'category',
            data: ['4''5''6''7''8''9''10']
          },
          yAxis: {
            type'value'
          },
          series: [{
            data: test,
            type'line',
            smooth: true
          }]
        }
    }
    
    修改了series中对应的那个test值后,图表没有变化,请问是怎么回事啊
    
    2020-09-20
    赞同
    回复
  • 清风徐来
    清风徐来
    2020-09-20

    请问下这个怎么动态的赋值啊

    <chart chart-class="chart" notMerge  option="{{ option}}" bindinstance="onInstance" />
    
    data:{
    option: {
          title: {
            // text: '自己身高变化'
          },
          xAxis: {
            type'category',
            data: ['4''5''6''7''8''9''10']
          },
          yAxis: {
            type'value'
          },
          series: [{
            data: test,
            type'line',
            smooth: true
          }]
        }
    }
    
    修改了series中对应的那个test值后,图表没有变化,请问是怎么回事啊
    
    2020-09-20
    赞同
    回复
  • 清风徐来
    清风徐来
    2020-09-20

    请问下这个怎么动态的赋值啊

    <chart chart-class="chart" notMerge  option="{{ option}}" bindinstance="onInstance" />
    
    data:{
    option: {
          title: {
            // text: '自己身高变化'
          },
          xAxis: {
            type'category',
            data: ['4''5''6''7''8''9''10']
          },
          yAxis: {
            type'value'
          },
          series: [{
            data: test,
            type'line',
            smooth: true
          }]
        }
    }
    
    修改了series中对应的那个test值后,图表没有变化,请问是怎么回事啊
    
    2020-09-20
    赞同
    回复 1
    • zz
      zz
      2023-05-08
      用json从后台传值
      2023-05-08
      回复
登录 后发表内容