Any idea how to implement Gantt Chart in BIRST? For example, I have fields: Process Start Date End Date
Interested to see what people come up with here, so just commenting so I remember to come back 😀
I'd probably recommend looking into a custom visualization, such as a D3 chart. Here are some examples: https://observablehq.com/%40d3/gallery?utm_source=d3js-org&utm_medium=hero&utm_campaign=try-observable
I don't think anything in the out-of-box set of visualizations will get you what you have in mind.
Chris H