Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
149421 | Nov 25,2019 11:52 PM UTC | Dec 11,2019 06:08 AM UTC | Angular - EJ 2 | 3 |
![]() |
Tags: Chart |
<div align='center' style="height: 450px;">
<ejs-lineargauge #gauge (loaded)='loaded($event)'>
// Other Codes
</ejs-lineargauge>
</div> |
<div align='center' style="height: 450px;" >
<ejs-chart #chart id='chart-container' [chartArea]='chartArea' [width]='width' align='center' [primaryXAxis]='primaryXAxis' [primaryYAxis]='primaryYAxis' [zoomSettings]='zoomSettings' >
<e-series-collection>
<e-series [dataSource]='series1' type='Line' xName='x' yName='y' width=2 >
</e-series>
</e-series-collection>
</ejs-chart>
</div> |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.