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.

coloraxis1 not matching coloraxis

See original GitHub issue

In this codepen, the colorbar doesn’t show: https://codepen.io/nicolaskruchten/pen/BeJgWL

If I change marker.coloraxis = "coloraxis1" to marker.coloraxis = "coloraxis" it does. Even if I set layout.coloraxis1 = {showscale: true} it doesn’t.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
nicolaskruchtencommented, May 23, 2019

OK cool, so this isn’t really a big priority. I’d mistaken plotly.py features for plotly.js features 😉

0reactions
etpinardcommented, May 23, 2019

Merging with #2519

Read more comments on GitHub >

github_iconTop Results From Across the Web

Layout.coloraxis in Python - Plotly
If there is no template or no matching item, this item will be hidden unless you explicitly show it with `visible: True`. value....
Read more >
jquery - ColorAxis with HighChart not working as expected ...
Color axis comes with the heatmap module. I uses space reserved for the legend to genearate color axis - default legend items are...
Read more >
plotly.graph_objects package — 5.11.0 documentation
Set several traces linked to the same position axis or matching axes to the same ... Determines whether or not a colorbar is...
Read more >
series.item.colorAxis | highcharts API Reference
For example, for a column chart and its derivatives, animation does not run if there is more than 250 points totally. To disable...
Read more >
Color axis and data labels - JSFiddle - Code Playground
Make codes uppercase to match the map data. 10. data.forEach(function (p) {. 11. p.code = p.code.toUpperCase();. 12. }); 13. ​. 14. // Instantiate...
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