search

Home  >  Q&A  >  body text

javascript - Which parameter controls the echarts section?

I want to adjust the color of the red part, but there are too many parameters. .

伊谢尔伦伊谢尔伦2721 days ago632

reply all(1)I'll reply

  • 淡淡烟草味

    淡淡烟草味2017-06-14 10:54:25

    series: [

        {
            type:'line',
            itemStyle: {
                normal: {
                    color: '#000'
                }
            },
        }
    ]

    reply
    0
  • Cancelreply