Skip to content

Commit dcea0dd

Browse files
committed
fix typo (function name)
1 parent aa13bfb commit dcea0dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/legend/anchor_utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ exports.isCenterAnchor = function isCenterAnchor(opts) {
3232
);
3333
};
3434

35-
exports.isBottomAnchor = function isTopAnchor(opts) {
35+
exports.isBottomAnchor = function isBottomAnchor(opts) {
3636
return (
3737
opts.yanchor === 'bottom' ||
3838
(opts.yanchor === 'auto' && opts.y <= 1 / 3)

0 commit comments

Comments
 (0)