AnyChart JavaScript Gantt Chart fires external interaction events that you can listen to and integrate with surrounding UI, enabling event-driven project management dashboards.
This sample creates a resource Gantt chart and attaches listeners for rowSelect, rowClick, rowDblClick, rowMouseOver, rowMouseMove, rowMouseOut, rowMouseUp, and rowMouseDown events. Each callback reads the hovered item name and period index, then writes the event type and context message into the chart title in real time. The default data-grid column is disabled for a compact layout.
See the Gantt Chart documentation for all configuration options.