This bar chart shows monthly sales data for January through March,
with values of 40, 20, and 12 respectively.
```
--------------------------------
### Doughnut Chart Component in Vue.js
Source: https://context7.com/apertureless/vue-chartjs/llms.txt
Creates a doughnut chart by importing the Doughnut component and registering necessary Chart.js elements like ArcElement for rendering arcs. It takes data and options as props for customization.
```vue