Closed
Description
There is no way to set the 4th parameter in plotly.js when using offline plots as it is hardcoded in _plot_html
(https://github.com/plotly/plotly.py/blob/master/plotly/offline/offline.py#L100)
config = {}
config['showLink'] = show_link
config['linkText'] = link_text
jconfig = json.dumps(config)
Metadata
Metadata
Assignees
Labels
No labels