Hi, I’m facing a problem where the value of the graph is not shown anymore when I hover over it. I used to be able to hover and see the values, but its not working now for some reason. (The examples on plotly website work fine)
Initially I thought it could be due to having {displayModeBar: false} when I plot my graph:
Plotly.newPlot(‘myDiv’, data, layout, {displayModeBar: false});
but even the display bar does not show anymore. Anyone knows why this is happening?