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.

I believe treemaps could deserve to be supported natively as a new type instead of having to precompute the rectangles and add them as shapes. One reason is that using shapes prevents us from directly using a colorscale on another trace attribute (since the shapes’ fillcolor attribute only accepts a color value).

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:6
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
rodrigomurtacommented, Nov 3, 2017

It would be nice to have support to R too. Now treemaps are restricted to Python and Matlab.

2reactions
nicolaskruchtencommented, Sep 4, 2019

Is it useful to display node’s current/full path on hover?

Would be useful to have as an option in hovertemplate yes! By default I would say no.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Python Figure Reference: treemap Traces - Plotly
graph_objects.Treemap trace is a graph object in the figure's data list with any of the named arguments or attributes listed below. Visualize hierarchal...
Read more >
plotly.graph_objects.Treemap — 5.11.0 documentation
The treemap sectors are determined by the entries in “labels” or “ids” and in “parents”. ... Sets the horizontal domain of this treemap...
Read more >
Change the root color of a treemap trace when using a ...
I'd like to change it to white. In the python plotly library there is a root_color argument to do so: fig.update_traces(root_color="lightgrey").
Read more >
Chart::Plotly::Trace::Treemap - MetaCPAN
Visualize hierarchal data from leaves (and/or outer branches) towards root with rectangles. The treemap sectors are determined by the entries in *labels* or ......
Read more >
FR: add a root_color option for treemap traces · Issue #1998
When using a colorscale on a treemap trace (without providing a root) the container is shown in black: library(plotly) labels = c("A1", ...
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