Commit e516f8ed authored by Masayuki Tanaka's avatar Masayuki Tanaka

Fix tooltip position on the edge - #234

parent 45204d81
...@@ -1826,7 +1826,7 @@ ...@@ -1826,7 +1826,7 @@
} }
if (tooltipRight > chartRight) { if (tooltipRight > chartRight) {
tooltipLeft -= tWidth + 60; tooltipLeft -= tooltipRight - chartRight;
} }
if (tooltipTop + tHeight > getCurrentHeight()) { if (tooltipTop + tHeight > getCurrentHeight()) {
tooltipTop -= tHeight + 30; tooltipTop -= tHeight + 30;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment