Closed eckyputrady closed 9 years ago
In the screenshot below, I hover on bottom right chart, however, the tooltip shown at the top left
I fixed it by giving angularchart directive a position: relative style.
angularchart
position: relative
Shouldn't angularchart directive have position: relative style by default?
Hi @eckyputrady, thank you for mentioning this, other people had the same problem. In the next release the css file will be part of the main files you automatically include with bower. The used styles are set in there.
In the screenshot below, I hover on bottom right chart, however, the tooltip shown at the top left
I fixed it by giving
angularchart
directive aposition: relative
style.Shouldn't
angularchart
directive haveposition: relative
style by default?