anychart.onDocumentReady(function () {
var chart = anychart.ganttProject();
chart.data(data, 'as-table');
var timeLine = chart.getTimeline();
timeLine.rowHoverFill([{offset: 0.4, color: '#ffab91', opacity: 0.7}, '#dce35b']);
chart.title('Set row hover fill parameter as an array');
chart.container('container');
name: 'Phase 1 - Strategic Plan',
actualStart: '2000-02-24',
actualStart: '2000-02-24',
name: 'Define business vision',
actualStart: '2000-02-24T24:00',
actualEnd: '2000-02-25T09:00',
connectorType: 'finish-start'
name: 'Identify available skills, information and support',
actualStart: '2000-02-26T00:00',
actualEnd: '2000-02-26T09:00',
connectorType: 'finish-start'
name: 'Decide whether to proceed',
actualStart: '2000-02-27',
actualEnd: '2000-02-28T08:00',
connectorType: 'finish-start'
name: 'Define the Opportunity',
actualStart: '2000-02-28T08:00',
name: 'Research the market and competition',
actualStart: '2000-02-26T08:00',