8 lines
262 B
Plaintext
8 lines
262 B
Plaintext
@using RobotNet.WebApp.Charts.Core
|
|
|
|
@inherits RobotNetChart
|
|
|
|
<div class="d-flex justify-content-center" style="@ContainerStyle">
|
|
<canvas @ref="@Element" id="@Id" class="@ClassNames" style="@StyleNames" @attributes="@AdditionalAttributes"></canvas>
|
|
</div>
|