entronad / graphic

A grammar of data visualization and Flutter charting library.

Home Page:https://pub.dev/packages/graphic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in TooltipRenderOp.render when a NaN value is selected

OptimisticSean opened this issue · comments

If TooltipRenderOp.anchor is null, TooltipRenderOp.render will try to find the anchor point based on the selected data, which will cause an error since it's NaN. TooltipRenderOp.render should probably return early and skip creating the tooltip when anchorRst.dx or anchorRst.dy is NaN.