plotly / plotly/plotly.js

generate events for plotly_log, plotly_warn, plotly_error

Open
#4,462 1 comment 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.