Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
143924 | Apr 10,2019 06:16 PM UTC | Apr 11,2019 02:01 PM UTC | Angular - EJ 2 | 1 |
![]() |
Tags: Chart |
Component.ts:
public segments: Object[] = [{
value: 50,
color: 'red'
}, {
value: 80,
color: 'green'
}, {
color: 'red'
}];
HTML:
<e-series-collection>
<e-series [dataSource]='data' type='MultiColoredLine' xName='y' yName='x' name='Germany' width=2 segmentAxis='Y' [segments]='segments'> </e-series>
</e-series-collection> |
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.