Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
145853 | Jul 10,2019 05:36 PM UTC | Jul 11,2019 01:11 PM UTC | Angular - EJ 2 | 1 |
![]() |
Tags: Gantt Chart |
public ngOnInit(): void {
this.data = [
{
//...
'Indicators': [
{
'date': '03/05/2018 8:00:00 AM',
'iconCls': 'fas fa-cat',
'name': 'Planned',
'tooltip': 'Follow up'
},
{
'date': '03/05/2018 9:00:00 AM',
'iconCls': 'fas fa-dragon',
'name': '<span style="color:red">Forecasted</span>',
'tooltip': 'Review results'
} ]
},
];
this.taskSettings = {
//...
indicators: 'Indicators'
};
} |
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.