kyper-data / python-highcharts

A simple translation layer between Python and Javascript for Highcharts projects (highcharts, highmaps, and highstocks).
MIT License
393 stars 190 forks source link

Is it working for gantt charts ? #79

Open fcabaud opened 3 years ago

fcabaud commented 3 years ago

Hello

I dont find any example about ganttChart and I dont find Highcharts.ganttChart when I do a dir command

   from highcharts import Highchart
    highchart_obj = Highchart(width=750, height=600)
   dir(highchart_obj)

['CHART_FILENAME', 'class', 'delattr', 'dict', 'dir', 'doc', 'eq', 'format', 'ge', 'getattribute', 'gt', 'hash', 'init', 'init_subclass', 'le', 'load_defaults', 'lt', 'module', 'ne', 'new', 'reduce', '__reduce_ex', 'repr', 'setattr', 'sizeof', 'str', 'subclasshook', 'weakref__', 'add_3d_rotation', 'add_CSSsource', 'add_JSscript', 'add_JSsource', 'add_data_from_jsonp', 'add_data_set', 'add_drilldown_data_set', 'buildcontainer', 'buildcontent', 'buildhtml', 'buildhtmlheader', 'count', 'htmlcontent', 'iframe', 'save_file', 'set_dict_options', 'set_options', 'template_environment']

set_dict_options is available but not ganttChart https://api.highcharts.com/gantt/navigator

So is it working for ganttChart ?