Skip to content

Instantly share code, notes, and snippets.

@kylelix7
Created November 4, 2019 05:17
Show Gist options
  • Save kylelix7/b2fd402c658d457e7fe9989c8f1aeea4 to your computer and use it in GitHub Desktop.
Save kylelix7/b2fd402c658d457e7fe9989c8f1aeea4 to your computer and use it in GitHub Desktop.
chart.component.html
<ngx-charts-line-chart
[scheme]="colorScheme"
[results]="single"
[gradient]="gradient"
[xAxis]="showXAxis"
[yAxis]="showYAxis"
[legend]="showLegend"
[showXAxisLabel]="showXAxisLabel"
[showYAxisLabel]="showYAxisLabel"
[xAxisLabel]="xAxisLabel"
[yAxisLabel]="yAxisLabel"
(select)="onSelect($event)">
</ngx-charts-line-chart>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment