You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When generating specs for Plotly graphs, we need to have some default name for cases when there is no title property in a view. At the moment, we are using title property if exists and making it empty string if it does not.
When generating specs for Plotly graphs, we need to have some default name for cases when there is no title property in a view. At the moment, we are using title property if exists and making it empty string if it does not.
Use in the following priority:
view.title
view.name
A view for ${view.resources.join(', ')}
Acceptance criteria
Tasks
simpleToPlotly
function in/lib/view.js
The text was updated successfully, but these errors were encountered: