Charts icon indicating copy to clipboard operation
Charts copied to clipboard

Fix: Avoid YAxisRenderer drawYLabels range crash

Open jkyin opened this issue 2 years ago • 2 comments

Issue Link :link:

🔗 https://github.com/danielgindi/Charts/issues/4908

Goals :soccer:

I find previous version changes at here. Search YAxisRenderer 136 line. Revert to the previous function.

Implementation Details :construction:

Replace from..<to with stride(from: from, to: to, by: 1).

Testing Details :mag:

The issues link has demo project can test.

jkyin avatar Sep 14 '22 06:09 jkyin

Could this be merged to get issue #4908 solved?

aljux avatar Sep 28 '22 07:09 aljux

Could this be merged to get issue #4908 solved?

Of course.

jkyin avatar Sep 28 '22 07:09 jkyin