scattergl error bar React issue
See original GitHub issueThis 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:
- Click on newplot @ 0 (ok, svg)
- Click on react @ 0 (ok, svg)
- Click on newplot @ 0 (ok, svg)
- Click on react @ 1 (ok, gl)
- Click on newplot @ 1 (ok, gl)
- Click on react @ 1 (error bars vanish, gl)
Issue Analytics
- State:
- Created 5 years ago
- Comments:13 (8 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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
@levindoneto - It looks like it, the codepen that I shared above no longer demonstrates the issue.