generate events for plotly_log, plotly_warn, plotly_error
Open
Nobody has claimed this yet.
feature
P3
- Dominant language
- JavaScript
- Stars
- 18.3k
- Forks
- 2k
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 28
Description
From https://github.com/plotly/plotly.js/issues/4098#issuecomment-571219199
It would be really helpful for the Dash user to be able to get warnings in the debug tools, especially for stuff like hierarchy problems in sunburst/treemap
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the linked plotly.js issue and searching the repository for plotly_log, plotly_warn, and plotly_error. Trace how these messages are produced and determine the event interface needed for Dash users; done means warnings and errors are exposed through events that can be observed in browser debug tools.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100