We're having problems with the igDataChart cutting off the tooltip at the edge of the control. We have our controls almost to the edge of the browser window and noticed that it doesn't shift. Is this a bug or are we missing something within the chart or tooltip settings? I've attached a png of what we're seeing. We're running version 13.1.20131.1012.
Thanks!
Hi Troy,
I'll try to build a better snippet since our project is building HTML dynamically with javascript based off validations. However, simply applying a tooltip template within a chart shows this:
<div id="CEO_tooltip" class="ui-chart-tooltip ui-widget-content ui-corner-all" style="position: absolute; top: 452px; left: 1644px; z-index: 10000; display: none;"> <div><label>CEO: </label><span>260.87</span></div></div>
If the chart has a 0px margin and has padding-right: 0px on the browser window, is there a best practice for shifting that tooltip? I'll provide a sample page that can show more details.
Thanks,
jpatton
Hi jPatton,
Please let me know if you needed any further assistance.
Hi jpatton,
The image here doesn't really show the tooltip but I can imagine this can become an issue upon hovering over a bar at the far left or far right of the page. There's not much real estate here and depending on the size of the tooltip, it could get cut-off. The tooltip wouldn't shift over on it's own.
If you can provide me your mark-up I can take a look for you.