0.1.16 • Published 4 years ago

@sunhua/e-chart v0.1.16

Weekly downloads
18
License
MIT
Repository
github
Last release
4 years ago

e-chart

install

npm install @sunhua/e-chart

usage

import Vue from 'vue'
import EChart from '@sunhua/e-chart'

import 'echarts'

Vue.component('v-chart', ECharts)
<template>
  <div>
    <e-chart
      :option="chartOption"
      height="400px"
    />
  </div>
</template>

<script>
export default {
  data () {
    return {
      chartOption: {...},
      theme: 'default',
    }
  }
}
</script>

Props

  • width
  • height
  • option
  • theme
  • noDataPlaceholder
0.1.16

4 years ago

0.1.15

4 years ago

0.1.14

4 years ago

0.1.12

4 years ago

0.1.13

4 years ago

0.1.11

4 years ago

0.1.10

4 years ago

0.1.8

4 years ago

0.1.9

4 years ago

0.1.7

4 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago