mariusmuntean/ChartJs.Blazor

Stacked Area Chart

stephenhendry opened this issue · 0 comments

Describe the feature request

Looking in the 2.9.4 spec for ChartJs it is possible to create a Stacked Area Chart for a line graph. The Stacked property seems to be missing on LinearCartesianAxis.

Which charts does this feature request apply to?

Line

Describe the solution you'd like

Stacked property (bool) added to LinearCartesianAxis with a default value of false.