Category: Chart & Graph

Latest free Vue.js Charting components, plugins, and other related libraries for modern mobile & web applications.

View more: Best Vue.js Chart Components

Customizable & Composable Charts For Vue – wcharts

WCharts is a library makes it easy to create your own charts with Vuejs. You can easily create reuseable chart components. Used a basic chart or customize your charts by passing props, using slots or custom components. Supported chart types: Linear Charts Scatter Charts Bar Charts StackBar Charts Pie Charts Previews: Changelog: v0.4.8 (02/18/2020) Added continued prop in scatter and min refactor

Reusable Charting Library – vue-d3-charts

vue-d3-charts is a reusable, configurable, animated charting library for Vue.js applications, based on the d3.js library. Components Included: D3BarChart: Bar Chart D3LineChart: Line Chart D3PieChart: Pie Chart D3SlopeChart: Slope Chart D3Sunburst: Sunburst Chart D3WordsCloud: Word (tag) Cloud Basic usage: 1. Install and import a component. import {D3BarChart} from ‘vue-d3-charts’; 2. Create a component in your template: <D3BarChart :config=”chart_config” :datum=”chart_data”></D3BarChart> 3. Prepare your data for the chart. chart_data = 4. Config the chart as follows: chart_config = { key: false, value: false, axis: { yTitle: