We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello
I dont find any example about ganttChart and I dont find Highcharts.ganttChart when I do a dir command
Highcharts.ganttChart
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 ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello
I dont find any example about ganttChart and I dont find
Highcharts.ganttChart
when I do a dir command['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 ?
The text was updated successfully, but these errors were encountered: