What problem does this feature solve?
It is difficult to write a tooltip formatter in a typed application because it seems the necessary type is not exported. As far as I can tell, the type is declared as TooltipFormatterCallback<TopLevelFormatterParams>, but since the type is not exported in 5.0.2, it cannot be consumed in the user's application.
What problem does this feature solve?
It is difficult to write a tooltip formatter in a typed application because it seems the necessary type is not exported. As far as I can tell, the type is declared as
TooltipFormatterCallback<TopLevelFormatterParams>, but since the type is not exported in 5.0.2, it cannot be consumed in the user's application.