To disable the zoom and date range options in the context menu when right-clicking on the date column in a Resource Histogram, you can customize the timeAxisheaderMenu feature by setting the zoomLevel and dateRange items to { disabled : true }. Here's how you can modify your code:
Hi, the timeAxisHeaderMenuFeature that you mentioned is not working.
This is how we are importing the BryntumResourceHistogram and these are the versions of gantt used.
import { BryntumGantt, BryntumResourceHistogram } from "@bryntum/gantt-react";