Vue Bootstrap Charts
Vue Charts - Bootstrap 4 & Material Design
Note: This documentation is for an older version of Bootstrap (v.4). A
newer version is available for Bootstrap 5. We recommend migrating to the latest version of our product - Material Design for
Bootstrap 5.
Go to docs v.5
Vue Bootstrap charts are graphical representations of data. They are responsive and easy to customize.
At your disposal are 6 types of charts and multiple options for customization.
Line chart
A line chart is a way of plotting data points on a line. Often, it is used to show trend data, or the comparison of two data sets.
Radar chart
A radar chart is a way of showing multiple data points and the variation between them. They are often useful for comparing the points of two or more different data sets.
Bar chart
A bar chart provides a way of showing data values represented as vertical bars. It is sometimes used to show trend data, and the comparison of multiple data sets side by side.
Horizontal Bar chart
Use a horizontal bar chart when you're presenting a long list of results that would become crowded if displayed vertically. Options specified on the x-axis in a bar chart, are applied to the y-axis in a horizontal bar chart.
Scatter chart
Stacked Bar Charts are plotted when multiple Bar Charts with aligned x values are plotted on same axis. Multiple sets of data are represented by one Bar.
Bubble chart
Stacked Bar Charts are plotted when multiple Bar Charts with aligned x values are plotted on same axis. Multiple sets of data are represented by one Bar.
Polar Area Chart
Polar area charts segment has the same angle - the radius of the segment differs depending on the value.
Pie Chart
A pie chart is a circular chart divided into sectors, each sector (and consequently its central angle and area), is proportional to the quantity it represents. Together, the sectors create a full disk.
Doughnut Chart
The doughnut chart allows a number of properties to be specified for each dataset. These are used to set display properties for a specific dataset. For example, the colours of the dataset's arcs are generally set this way.
Minimalist charts MDB Pro component
This shows easyPieChart with percent sign shown for each span. I'd like to hide the percent sign from two of the spans.
Sales
ROI
Conversion
Charts - API
In this section you will find advanced information about the Charts component. You will learn which modules are required in this component, what are the possibilities of configuring the component, and what events and methods you can use in working with it.
Import statement
API Reference: Properties
Name | Type | Default | Description | Example |
---|---|---|---|---|
data |
Array |
|
Chart dataset | <mdb-line-chart :data="..." > |
options |
Array |
|
Chart options array | <mdb-line-chart :options="..." > |
height |
Number | 0 |
Chart height | <mdb-line-chart :height="300" > |
width |
Number | 0 |
Chart width | <mdb-line-chart :width="600" > |