Evert Timberg

Results 87 comments of Evert Timberg

A few others that come to my mind: * Expecting the axis type to be auto determined (time vs number vs category, etc) * Using the old v2 types (via...

Yeah, I had thought we could remove line 527 so that it only goes to plugins and avoids these option callbacks

@LeeLenaleee @kurkle do we still want this in v4? It's the last thing

I'm thinking we should skip this and move it to v5 at this point. Thoughts @LeeLenaleee @kurkle @dangreen ?

This still occurs in 3.8.2. #### Debugging 1. The problem goes away if the last 3 points in the new data array have different X coordinates. I tested with 48,...

Did some testing, `rlookupByKey` is the wrong solution, but I think it's on the right track. We need to search the sorted array from right to left to find the...

I don't think the issue will happen at the start because we'd look left-to-right for the start and right-to-left for the end. re `.lo` and `.hi` we already use `.hi`...

I'm not sure about adding to this helper. In general we've been trying to remove it since the function call overhead can add up a lot during rendering.

I mean that in general the `each` helper has caused performance issues so we're not using it for new code. I would just inline the change in `register`