In 1.0, if you passed multiple data-points to a Line Chart but included a null value, a label tooltip would still display if any other numeric data-point was hovered (simply removing the null data-point from the multi-tooltip).
In 2.0, one or more null values hides the entire label tooltip, even if there are one or more numeric values and one of those data-points is hovered.
I already have a fix for this on my local project (checking the meta data for the skip flag before adding an element to the returned getElementsAtEvent() array), but wanted to make sure this wasn't intended functionality before I made a PR.
Thanks!