Skip to content

Commit

Permalink
fix hint orientation top-right case (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
gwokae authored and apercu committed Feb 24, 2017
1 parent 98256a5 commit b19b0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plot/hint.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ class Hint extends PureRenderComponent {
horizontal: ALIGN.LEFT,
vertical: ALIGN.TOP
};
case ALIGN.TOP_RIGHT:
case ORIENTATION.TOP_RIGHT:
return {
horizontal: ALIGN.RIGHT,
vertical: ALIGN.TOP
Expand Down

0 comments on commit b19b0da

Please sign in to comment.