hover - Google charts: hovering offset -


i'm using google charts line chart hovering behavior strange. consistently highlights points right of cursor (see screenshot). know cause this?

hovering offset

the problem caused div used displaying chart having bootstrap col-class. moving new div solved it.

before:

<div class="row">     <div class="col-sm-12 m-t" id="chart_div">loading chart</div> </div> 

after:

<div class="row">     <div class="col-sm-12 m-t-xs">         <div id="chart_div">loading chart</div>     </div> </div> 

Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

Laravel mail error `Swift_TransportException in StreamBuffer.php line 269: Connection could not be established with host smtp.gmail.com [ #0]` -

c# SetCompatibleTextRenderingDefault must be called before the first -