1.1.5 • Published 2 years ago

e-charts-builder-test v1.1.5

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();
1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.1.5

2 years ago

1.0.6

2 years ago

1.1.4

2 years ago

1.0.5

2 years ago

1.1.3

2 years ago

1.0.4

2 years ago

1.1.2

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago