It seems the following Listener code that I copied from your sample project is no longer available/working to use in Platform version 6.10, has this been deprecated or it’s a bug?
ganttChart.addGraphItemClickListener(event -> {
Segment segment = (Segment) event.getItem();
TaskSpan taskSpan = segment.getTaskSpan();
showNotification(String.format("'%s' from '%s'", segment.getTask(), taskSpan.getCategory()),
NotificationType.HUMANIZED);
});
It was not working ealier in V 6.4 Chart - GraphItemClickListener - #4 от пользователя gorelov - CUBA.Platform