Build HTML5 Canvas Charts Using Vue.js And Chart.js
Just another Vue.js wrapper for the Chart.js that lets you create HTML5 charts using canvas.
Latest free Vue.js Charting components, plugins, and other related libraries for modern mobile & web applications.
View more: Best Vue.js Chart Components
Just another Vue.js wrapper for the Chart.js that lets you create HTML5 charts using canvas.
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
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:
This is a Vue 2.0 wrapper for chart.js which helps you generate flexible, animated HTML5 charts with ease.
An easy flowchart component for Vue.js app to visualize your workflow, task process, and much more.
A simple vue component for making charts that do not rely on large chart libraries and will not bloat your dependencies.
A stull chart component for Vue.js, depending on the d3.js chart library.
chartless is a simple reactive chart component that supports pie and bar charts.
A lightweight flowchart editor for Vue.js, code with vanillaJS,
An animated, SVF based funnel graph drawing library for Vue.js.
Customizable gauge component with gradients and animations for VueJs.
Declarative, interactive, linked chart and graph components with Vue.js and D3.js.
A dynamic, configurable doughnut chart component for Vue.js app.
A lightweight calendar heatmap Vuejs component built on SVG, inspired by github’s contribution calendar graph.