We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa13bfb commit dcea0ddCopy full SHA for dcea0dd
src/components/legend/anchor_utils.js
@@ -32,7 +32,7 @@ exports.isCenterAnchor = function isCenterAnchor(opts) {
32
);
33
};
34
35
-exports.isBottomAnchor = function isTopAnchor(opts) {
+exports.isBottomAnchor = function isBottomAnchor(opts) {
36
return (
37
opts.yanchor === 'bottom' ||
38
(opts.yanchor === 'auto' && opts.y <= 1 / 3)
0 commit comments