This pr fixes an issue that happens when a user is hovering over the bar graph some bars may cause it to crash.
If you see in the video as I get further to the right, so does the tooltip and it passes the edge of bar graph, this change here
const tooltipWidth = 235 places the tooltip a little more to the left.
closes #725
This pr fixes an issue that happens when a user is hovering over the bar graph some bars may cause it to crash. If you see in the video as I get further to the right, so does the tooltip and it passes the edge of bar graph, this change here
const tooltipWidth = 235
places the tooltip a little more to the left.Video of bug fix Part I