1.0.0-beta.0 • Published 3 years ago

e-charts-builder v1.0.0-beta.0

Weekly downloads
83
License
MIT
Repository
github
Last release
3 years ago

e-charts-builder

echarts builder

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();
1.0.0-beta.11

3 years ago

1.0.0-beta.10

3 years ago

1.0.0-beta.9

4 years ago

1.0.0-beta.8

4 years ago

1.0.0-beta.7

5 years ago

1.0.0-beta.6

5 years ago

1.0.0-beta.5

5 years ago

1.0.0-beta.4

5 years ago

1.0.0-beta.3

5 years ago

1.0.0-beta.2

5 years ago

1.0.0-beta.1

5 years ago

1.0.0-beta.0

5 years ago