Blazor 100% Stacked Line Chart Example
This Blazor 100% Stacked Line Chart example visualizes blood type distribution across different countries.
In this example, you can see how to render and configure a 100% stacked line chart. This chart displays multiple data series as stacked lines where the cumulative proportion of each stacked element always totals 100%. ChartMarkers represent individual data points and their values.
Tooltip is enabled in this example. To see tooltip details, hover over or tap on the chart.
More information about the 100% stacked line series can be found in this documentation section.