# Charts
Chart components are wrappers over Vue Chart.js (opens new window) library and enhanced visually to look inline with the dashboard style.
Initialization:
// Charts
import * as chartConfigs from '@/components/Charts/config';
import LineChart from '@/components/Charts/LineChart';
import BarChart from '@/components/Charts/BarChart';
export default {
components: {
LineChart,
BarChart
}
}
# Line Chart example
Overview
Sales value
# Bar Chart
Performance
Total orders
# Props
← Datepicker Slider →