0.0.20 • Published 4 years ago

v-easy-chart v0.0.20

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

v-easy-chart

v-easy-chart for visualize data for Vue projects

Installation

npm install --save v-easy-chart

Use

Easy visualize components using Apache echarts(v4.0)

main.js or any component just import package

import 'v-easy-chart'

components

<PieChart divid="divpie" :heightValue="height" :data="chartData" pieChartType="pie"></PieChart>

  data: function() {
    return {
      chartData: [
        { value: 335, name: "istanbul" },
        { value: 310, name: "ankara" },
        { value: 234, name: "izmir" },
        { value: 135, name: "adana" },
        { value: 1548, name: "mersin" }
      ],
      height : "500"
    };
  }

Props

divid = id of div which chart will generate

heightValue = height of chart

data = data which will be visualize.

pieChartType = "pie" or "donut"

PIE

npm.io

DONUT

npm.io

License

MIT

0.0.20

4 years ago

0.0.19

4 years ago

0.0.18

4 years ago

0.0.16

4 years ago

0.0.17

4 years ago

0.0.15

4 years ago

0.0.13

4 years ago

0.0.14

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago