Rename componenti chart di base (da completare)

This commit is contained in:
Samuele Locatelli
2022-02-22 16:42:09 +01:00
parent f22bd910a2
commit 70901c259b
3 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -44,10 +44,10 @@
<BarChart @ref="barChart" TItem="double" OptionsObject="horizontalLineChartOptions" />
</div>*@
<div class="col-6">
<ChartHist Id="TestBar" Data="@histData" Labels="@histLabel" lineColor="rgb(7, 173, 236)" backColor="rgba(107, 223, 255, 0.5)"></ChartHist>
<ChartJsHist Id="TestBar" Data="@histData" Labels="@histLabel" lineColor="rgb(7, 173, 236)" backColor="rgba(107, 223, 255, 0.5)"></ChartJsHist>
</div>
<div class="col-6">
<ChartTSer Id="TestTS" DataTS="@dataList" lineColor="rgb(7, 173, 236)" backColor="rgba(107, 223, 255, 0.3)"></ChartTSer>
<ChartJsStepLine Id="TestTS" DataTS="@dataList" lineColor="rgb(7, 173, 236)" backColor="rgba(107, 223, 255, 0.3)"></ChartJsStepLine>
</div>
</div>