Reads one field of the task — 'name', 'actualStart', 'periods'.
OptionalmetaReads a value the chart computed for the task rather than one the author
wrote. A parent task states no dates of its own: AnyChart derives them
from its children and stores them as 'autoStart' / 'autoEnd'.
OptionalnumOptionalget
One node of the task tree backing a gantt chart.
A gantt is the one AnyChart chart type whose data is neither a series nor a flat data view:
chart.data()hands back ananychart.data.Treewhose items carryactualStart/actualEnd(a project chart) or aperiodsarray (a resource chart), and whose children are the rows drawn beneath their parent.