-
Notifications
You must be signed in to change notification settings - Fork 97
Closed
Labels
Area: MissingAbstractionPlotly.js functionality that has to be implementedPlotly.js functionality that has to be implementedType: Enhancement
Milestone
Description
There are many argument abstractions missing for the config object. Weirdly, it is not documented on the official docs page, but possible attributes can be found here or the comments in the code:
Plotly.NET/src/Plotly.NET/Config/Config.fs
Lines 7 to 15 in 3219e44
//missing: | |
//var configAttributes = { | |
// plotlyServerURL: { | |
// valType: 'string', | |
// dflt: '', | |
// description: [ | |
// 'When set it determines base URL for', | |
// 'the \'Edit in Chart Studio\' `showEditInChartStudio`/`showSendToCloud` mode bar button', |
Metadata
Metadata
Assignees
Labels
Area: MissingAbstractionPlotly.js functionality that has to be implementedPlotly.js functionality that has to be implementedType: Enhancement