Xander Deseyn

Results 19 comments of Xander Deseyn

Just ran into this issue today, so it's still out there.

Hi @St1ma, using a function for theming the scatter would be a first for this lib, I'll have to think about how to implement this and communicate it clearly in...

You can now pass `dashArray` to the Line theme to create dashed lines. I'll try to get the other feature in somewhere this week

Ohhh I see now, I thought you were talking about the Line component. I'll add it for grid and the axis as well.

Hmm, can you confirm that xDomain and yDomain are not something like [1,1] (would overflow)

dashArray is added to the Axis components as well (you can check docs)

That's crazy, barely anything changed. I can't reproduce it either, would it be possible to provide a minimal demo? (You can just alter the demo project in the repo)

Hi BlackWild, The reason for this is that ticks on the horizontal axis do no necessarily line up with data points of the chart. It would be quite a breaking...

Thanks @Ashoat , implementing that patch with patch-package worked perfectly for me.