Line chart
Bootstrap 5 Line chart component
Responsive Line chart built with Bootstrap 5. Learn how to create a Bootstrap Line Chart and see examples of proper implementation and customization.
Basic example
You can initialize a simple chart with 1 line with data-mdb-chart="line"
- it doesn't require any additional JS code.
More than 1 line
If you need more than 1 line, you can do it via JavaScript.