question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

scattergl error bar React issue

See original GitHub issue

This pen https://codepen.io/nicolaskruchten/pen/djgdba shows a wierd issue where .react()ing to the same state as previously causes error bars to disappear.

To reproduce:

  1. Click on newplot @ 0 (ok, svg)
  2. Click on react @ 0 (ok, svg)
  3. Click on newplot @ 0 (ok, svg)
  4. Click on react @ 1 (ok, gl)
  5. Click on newplot @ 1 (ok, gl)
  6. Click on react @ 1 (error bars vanish, gl)

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:13 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
chriddypcommented, Mar 1, 2019

Just ran into this today in a Dash app I was working on. Here’s another reproducable example: https://codepen.io/chriddyp/pen/xBVbEJ?editors=0010 zoom-scattergl

1reaction
chriddypcommented, Jun 24, 2020

@levindoneto - It looks like it, the codepen that I shared above no longer demonstrates the issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Can't display error bars with Plotly and Shiny - Stack Overflow
I'm trying to display error bars on a scatter plot with Shiny and plotly. Here's my code in my server.R file:
Read more >
Visualization with Plotly.Express: Comprehensive guide
A detailed guide on how to create many visualizations with Plotly Express with layout styling, interactivity, animations, and many chart ...
Read more >
plotly.js-dist-min | Yarn - Package Manager
Ready-to-use minified plotly.js distributed bundle. Contains trace modules bar , barpolar , box , candlestick , carpet , choropleth , ...
Read more >
Error bars in JavaScript - Plotly
How to add error bars to a D3.js-based line, scatter, or bar chart. Seven examples of symmetric, asymmetric, horizontal, and colored error bars....
Read more >
Examples - Apache ECharts
Bar Chart with Negative Value. JS TS. Radial Polar Bar Label Position. JS TS. Tangential Polar Bar Label Position ... Error Bar on...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found