Sébastien Hannay

Results 10 comments of Sébastien Hannay

hello @k1ran-ak, I just checked and I don't have any negative value in my data : ``` Charts.ChartDataSet Charts.ChartDataSet Charts.ChartBaseDataSet Charts.ChartBaseDataSet entries [Charts.ChartDataEntry] 60 values _yMax Double 80.135000000000005 _yMin Double...

Found a quick fix (available in above pull request) that is not perfect and doesn't solve the source of the issue but at least it doesn't crash anymore

We are building a timeline so x values are a function on `timeIntervalSince1970` (and so distance between 2 points may vary a lot depending on data that we have). We...

I have offset on X and also custom min and max values on both X and Y (add some padding to the charts so it matches our requirements). I can...

> I can scroll in the chart horizontally but cannot zoom in or zoom out This is not an issue, this is how I set it in my chart, mentioned...

Yes it works correctly when I don't set axisMaximum so it can be a quick fix but it will have some differences in the display. In my case setting an...

Seems like the issue is when you try to find the closest point to the max. The comparison seems to be : `var closest = partitioningIndex { $0.x >= xValue...

They are not directly timestamps but derive of timestamps. The problem is that I don't have values for every day and can't add extra points to my chart without losing...

I see, could also be a quick fix but it's it would be better if could work the same way as in v3.6. Looks like this version bring more limitations...

I mean as it roll back the new calculation of xbounds introduce in 4.0.0 to the one in 3.6. I guess there must be a reason why it changed that...