RobotNet/RobotNet.WebApp/Charts/Components/ComboBarLineChart.razor
2025-10-15 15:15:53 +07:00

8 lines
256 B
Plaintext

@using RobotNet.WebApp.Charts.Core
@inherits RobotNetChart
<div style="@ContainerStyle">
<canvas @ref="@Element" id="@Id" width="@Width" height="@Height" class="@ClassNames" style="@StyleNames" @attributes="@AdditionalAttributes"></canvas>
</div>