0.2.6 • Published 1 year ago

vue-line-chart v0.2.6

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Vue3 Chart Line

Custom Vue.js line chart is a customizable and interactive chart component built using Vue.js. It allows users to display data in a visually appealing way using lines to connect data points.

Features

  • Easy to use
  • svg support
  • Vue3 support
  • Animation
  • Lightweight

Documentation

vue3 line chart

Install

npm i vue-line-chart
yarn i vue-line-chart

Usage

<script setup>
  import {chart} from "vue-line-chart"
  /// to styling
  import "vue-line-chart/style.css" 
</script>
<chart/>

props

Prop NameDescriptionDefaultType
pointsList of dots that draw the chart...Number
bgColorBackground color(just HEX)"#e71f1f66"String
lineColorcolor of the line"#e71f1f"String
strokeWidthstroke size of the line2Number
hasBgRemove background colortrueBoolean

Author

Amin Alinejad

License

Vue Line Chart is available under the MIT license.

0.2.6

1 year ago

0.2.5

1 year ago

0.2.4

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago