@shaonialife/vue-echarts-components

echarts components for vue

Usage no npm install needed!

<script type="module">
  import shaonialifeVueEchartsComponents from 'https://cdn.skypack.dev/@shaonialife/vue-echarts-components';
</script>

README

vue-echarts-components

目前仅实现了部分组件, 暂时不要在生产环境使用 参考demo

Usage

import Vue from 'vue';
import VueEchartsComponents from '@shaonialife/vue-echarts-components';

Vue.use(VueEchartsComponents);
<template>
  <vec-container style="width: 300px; height: 400px">
    <vec-title
      text="Vue Echarts Components"
      left="center"
      top="top"
    />
  </vec-container>
</template>