RazorFlow / framework

The RazorFlow Dashboard Framework
MIT License
133 stars 44 forks source link

Tooltip throws error when series are hidden (by clicking the legend) #24

Open LokeSonne opened 9 years ago

LokeSonne commented 9 years ago

I'm getting the error: Cannot read property 'key' of undefined

It happens if I hover over a series in a chart with multiple series where the last series is visible and one or more of the other series have been hidden by clicking the legend.

I done a lot of debugging but haven't found a solution yet.

LokeSonne commented 9 years ago

I've found a fix to this and made a pull request with the change.

bdbell15 commented 8 years ago

I'm still having this problem. Any tips on what the fix was?

dadrados commented 8 years ago

Me too! Please help.

LokeSonne commented 8 years ago

The fix has already been merged to master. If you make a new build it will include the fix.

For details on the patch, here's a link to the pull request https://github.com/RazorFlow/framework/pull/25