[enum] anychart.enums.TimeTrackingModeImprove this Doc
Time tracking mode.
Row height depends on resource chart time.
Try it:
| Value | Description | Example |
|---|---|---|
| activityPerChart | The height depends on the maximum occupancy of the resource. The maximum height of all resources used for all rows. | |
| activityPerResource | The height depends on the maximum occupancy of the resource. The height is calculated for each row. | |
| availabilityPerChart | Row height depends on the total maximum time available in the calendar. The maximum height of all resources used for all rows. | |
| availabilityPerResource | Row height depends on the maximum total time available in the calendar. The height is calculated for each row. |
