I have created a bar chart with rangeslider using react-ploty.js. When the bar is zoomed out, the bars turn into thin line(sometime disappear if the range is over long time duration) and when it is zoomed in, it turns into a a very thick bar. I am aware that this is the expected behavior but I would like to set minimum and maximum bar width. Is there a way to do that in plolty.js ?
This just does not solve the issue that hovers are not displayed if the bar is to small,
and “hoverdistance” does not work for bars. Playing now around for several hours,
i could not find a way to get hovers for super small gantt bars working.