Add Javascript functions to Dash Component

Hi all,

Our firm uses dash-alternative-viz, to display Highcharts graphics within Dash - The gantt chart component in particular.

Our use case with highcharts is getting more and more complex, and I am considering enabling callback functions (for Highcharts in JS, e.g. Chart.event.render or point.select) to a fork of dash-alternative-viz.

It can be done, e.g. with dash-leaflet or dash-ag-grid but I don’t think those patterns work with dash_alternative_viz.

As I scope this out - Any pointers on how to do this best? :slight_smile:

Hi Alex, @stargazer5… This week there is a new Figure Friday challenge that is exactly Gantt-related… Maybe it’s worth to pass by to check for hints that could help you… Don’t forget to track it the whole week.

It is absolutely possible create gantt charts with plotly. It can be done using px.timeline
I think this can help *Gantt charts in Python