I fixed the problem by changing the left margin from 60 to 250. Thanks for the assist Jelte!
{
"margin": {
"l": 250
}
}
Hi Jacob,
The widget is based on Plot.ly. For PlotLy you can add layout options. I think this has to do with the width of the Y-axis. It should suffice to add this to the layout options:
{
"yaxis": {
"width": 300
}
}
Does this solve your problem?
having the same issue
the heatmap widget is all buggy