SK

Results 26 comments of SK

Hello @ihnatmoisieiev yes, the series data might contain `NaN`. We retrieve data from a remote server, and sometimes missing data is `null`, and I think it results in `NaN` if...

@ihnatmoisieiev Yes, we are doing that now. Thanks! :o)

@ihnatmoisieiev I am reopening this issue as we need additional information on how to get this fixed. Although we have implemented a lot of checks, we still see those NaN...

@ihnatmoisieiev In addition to my previous reply: further above you say > the main Highcharts library also doesn't have that functionality. I checked the issues of the JS Highcharts library,...

@ihnatmoisieiev We have now even implemented an `isnan` check on every (!!!) value of the data array, but the problem still exists. Our data is free from any `NaN`, `NSNull`,...

@ihnatmoisieiev **But the Highcharts wrapper calls the `writeJSONNumber` method.** And before calling it with a specific value, it should just check if the value is `NaN` or not... If it...

@ihnatmoisieiev In addition to my previous reply: we do check the series.data array for `NaN` and `NSNull` or `nil` values, and we do remove them **all** if they appear within...

@sebastianbochan That sounds somewhat promising ... :o)

I am re-opening this issue because we see it happening again, although I am not sure if it's related to the latest release. Anyway, I did some investigation and found...

@91renb Yes, I know that it works for `BRDatePickerModeDate`, but I would need it for `BRDatePickerModeYM`