Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
144075 | Apr 17,2019 09:47 AM UTC | Apr 19,2019 08:18 AM UTC | React - EJ 2 | 3 |
![]() |
Tags: Chart |
export let data1 = [
{ x: 1, y: 6.3, country:'value 6.3' },
//other configurations here
];
export let tool = {
enable: true,
format: '${point.tooltip}'
};
//other configurations here
<SeriesCollectionDirective>
<SeriesDirective dataSource={data1} xName='x' yName='y' width={2} marker={{visible:true}}type='Line' tooltipMappingName='country'>
</SeriesDirective>
</SeriesCollectionDirective>
//other configurations here |
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.