@for (example of configExamples; track example.value) {
}
@switch (selectedExample) {
@case ('basic') {
Basic Chart:
Simple chart with 2 datapoints showing temperature data over the last 24 hours.
Good starting point for understanding the component.
}
@case ('slider') {
With Slider:
Chart with navigation slider enabled for exploring 7 days of data. Supports data
aggregation and zoom capabilities.
}
@case ('multiaxis') {
Multiple Axes:
Chart displaying 4 datapoints with different units, each with its own Y-axis.
Shows how to handle heterogeneous data types.
}
}