ng2-charts#BaseChartDirective TypeScript Examples

The following examples show how to use ng2-charts#BaseChartDirective. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: space-usage-chart.component.ts    From RcloneNg with MIT License 5 votes vote down vote up
@ViewChild(BaseChartDirective) chart: BaseChartDirective;
Example #2
Source File: speed-chart.component.ts    From RcloneNg with MIT License 5 votes vote down vote up
@ViewChild(BaseChartDirective, { static: true }) chart: BaseChartDirective;
Example #3
Source File: accept-offer.component.ts    From bitcoin-s-ts with MIT License 5 votes vote down vote up
@ViewChild(BaseChartDirective) chart: BaseChartDirective
Example #4
Source File: contract-detail.component.ts    From bitcoin-s-ts with MIT License 5 votes vote down vote up
@ViewChild(BaseChartDirective) chart: BaseChartDirective
Example #5
Source File: new-offer.component.ts    From bitcoin-s-ts with MIT License 5 votes vote down vote up
@ViewChild(BaseChartDirective) chart: BaseChartDirective
Example #6
Source File: eda-chart.component.ts    From EDA with GNU Affero General Public License v3.0 5 votes vote down vote up
@ViewChild('edaChart') edaChart: BaseChartDirective;