2.0.0 • Published 2 years ago

e-charts-builder-pro v2.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

e-charts-builder-pro

echarts builder pro

USED

    this.chart = new Charts({container: this.charts})
      .title({text: 'Api', left: 20})
      .color(['#FF5B00', '#0060FF', '#00A74F'])
      .grid({left: 50, right: 20, top: 30, bottom: 40})
      .yAxis({splitNumber: 6})
      .tooltip({})
      .legend({icon: 'bar', data: ['api'], itemWidth: 12, itemHeight: 2})
      .xAxis({
        type: 'category',
        axisLabel: {formatter: (value) => value.substring(11)},
        showMaxLabel: true
      })
      .series([{type: 'line', name: 'api', data: timeLine}])
      .render();
2.0.0

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago