Skip to main content
6 votes
1 answer
96 views

I am trying to customize the behavior of a horizontal legend in Plotly.js for varying viewport widths. Minimal example: <head> <script src="https://cdn.plot.ly/plotly-latest.min.js&...
user31792702's user avatar
2 votes
1 answer
81 views

Ah, and is there any hack or workaround on the latest version to reset the selection? Maybe simulating the double click event on an empty area of the plot. This is what I want to achieve: I cannot ...
ChesuCR's user avatar
  • 9,752
0 votes
1 answer
70 views

When I create a plotly heatmap and set the axis labels, the plot gets destroyed if there is a label that can also be interpreted as a number. See the following example: <!DOCTYPE html> <html&...
Noskario's user avatar
  • 906
0 votes
1 answer
47 views

In older versions of Plotly, we used Plotly.d3 for DOM manipulation and adding custom elements inside charts. After upgrading to v2.25.2, Plotly.d3 is no longer available. This completely breaks code ...
abhishek patil's user avatar
2 votes
1 answer
69 views

Sometimes there are narrow bricks on treemaps. Plotly decreases the font size of such labels, so you cannot read them. But another way is making these labels horizontal. As far as I understood the ...
Vlad's user avatar
  • 609
0 votes
0 answers
75 views

I tried adding labels on the links of my sankey that would show the value of the link. I just tried adding "label" property to the link also in the trace of the sankey chart, but this did ...
bzara's user avatar
  • 23
2 votes
0 answers
72 views

I want to create a time series plot in Plotly.js with overlaying x-axes, where the hover tooltip displays data from both axes simultaneously. It is currently only displaying the data from the second ...
Woolynik's user avatar
2 votes
1 answer
174 views

I’m building a custom Sankey widget as a web component. I’m using plotly.js and the plot renders correctly, but hover tooltips don’t appear at all. Does plotly.js currently support hover tooltips for ...
bzara's user avatar
  • 23
2 votes
1 answer
69 views

I'm trying to select multiple charts under each other with Plotly, in JavaScript. The best I could do so far is to create a stacked chart, but it still does not allow selection of multiple rows. The ...
Henrik Hollósi's user avatar
1 vote
1 answer
82 views

I have the following code which produces the following output: Two problems here: The second trace is showing as line instead of grouped or stacked bar I want to show some text inside the each bar ...
webblover's user avatar
  • 1,295
1 vote
1 answer
83 views

I found the following Plotly chart on CodePen <head> <!-- Load plotly.js into the DOM --> <script src='https://cdn.plot.ly/plotly-3.0.1.min.js'></script> </head> ...
webblover's user avatar
  • 1,295
1 vote
1 answer
45 views

In my React Web App, I would like to use "react-plotly.js" library to render a Plotly plot from the JSON file exported from Python. An example of the JSON file is: { "data"...
alextc's user avatar
  • 3,589
2 votes
0 answers
49 views

I'm working with Plotly in JavaScript and came across an issue related to auto-scaling the Y-axis. I managed to prevent the main Y-axis from rescaling by using Plotly.relayout, which works well. ...
Dominik's user avatar
  • 45
0 votes
0 answers
55 views

I am developing a Web Application where I am using Plotly to render 3D Charts. Now I want to persist the camera scene and for it I am using onRelayout. My Current Code: import Plotly from 'plotly.js'; ...
ObviousJayHawk's user avatar
0 votes
0 answers
39 views

i have same problem like this thread https://community.plotly.com/t/custom-contour-levels-for-a-contour-plot The problem is : Is there a definitive way to plot custom contour levels yet? I’m ...
xembong365com's user avatar

15 30 50 per page
1
2 3 4 5
45