mendixlabs / ChartJS

A Mendix widget that wraps the ChartJS library.
https://appstore.home.mendix.com/link/app/1712/Mendix/ChartJS-Widget
Apache License 2.0
4 stars 28 forks source link

customTooltip not removed when uninitializing widget #68

Closed AdrianAlan closed 8 years ago

AdrianAlan commented 8 years ago

Probably you want to get rid of this div on uninitialize call. Otherwise the 'div' appears on top left corner of the screen possibly blocking some UI components eg. buttons

<div id="chartjsTooltip" class="chartjs-custom-tooltip">
    <div class="triangle"></div>
    <div class="content"></div>
</div>