Mining/ui/src/app/chart.component.html

12 lines
294 B
HTML
Raw Normal View History

<div class="chart-container">
<highcharts-chart
class="hashrate-chart"
[Highcharts]="Highcharts"
[constructorType]="chartConstructor"
[options]="chartOptions"
[update]="updateFlag"
[oneToOne]="true"
[callbackFunction]="chartCallback"
></highcharts-chart>
</div>