[v1.11.0] Bugfixes for Horizontal Bar Plots and Cursors on Interactive Elements
This week the Plottable Team focused on testing improvements, to ensure high-quality releases going forward. We also released a few bug fixes.
Cursors indicating possible drag and resizing actions will now show up for all layered dragBoxLayers
and dragLineLayers
. The domain chosen for horizontal Plots.Bar
by autodomain will now include all bars. Horizontal Plots.Bar
labels are now hidden when they would be cut off by the edge of Plots
.
Bug Fixes
- Custom cursors now show on all
Component
s in aGroup
(#2749). - Horizontal
Plots.Bar
now autodomain correctly. Previously, ifplot.autoDomain()
was called afterplot.renderTo()
, then the first and the last bar of the plot were cut off (#2704). - Previously, on horizontal
Plots.Bar
, the labels would sometimes be hidden when there was enough space to show them, or show when partially cut off. This has been fixed (#2736).