Skip to content

Config options for offline plots #399

Closed
@icaromedeiros

Description

@icaromedeiros

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions