Gantt chart bubble issue. It forces the chart to disappear and errors out. It would be nice to have bubble but can disable if possible. Probably easy but have been playing with this for some time now, need help.
@Html.DayPilotGantt("dps", new DayPilotGanttConfig
{
BackendUrl = Url.Action("Backend", "dps"),
Theme = "gantt",
Columns =
{
new TaskColumn{ Title = "The Chart Title", Property = "text"}
}
})