I can't get the pie chart tooltip to render when I only have one slice. If I add another slice to my store/pie then the tooltip renders fine. Limiting the display of tooltips to only when you have more than one slice can't be intentional? I looked into it a bit and it seems like there is a problem determining if the mouse coordinates are part of the slice or not.

http://ift.tt/1Fx14jJ


Change store data to below to show a tooltip:


{

'name': 'Homer',

"number": 50

}, {

'name': 'Test',

"number": 50

}