Use Chart components via Charts.js options
masterThe Chart components in this library are wrappers around Charts.js. To use them, you simply need to pass the corresponding option data object into the component.
Key Behavior:
- Auto-resize: The chart components automatically recalculate their width and height when the window is resized to ensure they remain adaptive/responsive.
For detailed information on available data structures and configuration, refer to the official Charts examples and Charts configuration documentation.
// Example pattern: Pass an option object to the component
<ChartComponent :option="yourChartOptions" />