Anton Zinovyev

Results 204 comments of Anton Zinovyev

The type of a formatter function does not expect undefined to be returned. There is an issue in types then.

Your codepen is JS-only, im talking about issue with types. https://github.com/apexcharts/apexcharts.js/blob/main/types/apexcharts.d.ts#L940 It is clearly typed that it always expects a value to be returned.

But even within your codepen the issue persists https://codepen.io/xobotyi/pen/KKxrVzo ![image](https://user-images.githubusercontent.com/6178739/226970780-6c754633-02f8-455f-9075-bbaa72f19660.png)

what for? x is time and i want to hide some series that has y equals 0

because i do return it (just like your yesterday example) once again - the goal is to exclude zero\null values from tooltip

yes, but im definely don't want to create my own custom tooltip for that purpose =)

IMO it should be done the other way. user must be able to provide `matcher` - function that matches captured `ResizeObserverEntry` to our height\width

I'm not able to verify the issue. We have explicit [testcases for alias types](https://github.com/GaijinEntertainment/go-exhaustruct/blob/71cb085b94612c246b64c36421c4168bd76a30d0/analyzer/testdata/src/i/i.go#L217) it works as expected. Could you maybe provide repo that showcases the issue? ---- > More...

🤔 it is weird.. linter does not change names in any way, neither type name, nor field names. Is it possible for you to create repo with an example of...