You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have datas [0, 10, 5, 4, 3, 50, 5000, 5400, 4900, 7000]
so scatterchartview drawing xAxis [0, 10, 20 ,30 ,40, 50, 60... ~ 7000]
It appears to be divided into two parts.
but i want to draw xAxis ratio.
example that's data xAxis range should [0~ 100, 4500 ~ 8500]
The text was updated successfully, but these errors were encountered:
i have datas [0, 10, 5, 4, 3, 50, 5000, 5400, 4900, 7000]
so scatterchartview drawing xAxis [0, 10, 20 ,30 ,40, 50, 60... ~ 7000]
It appears to be divided into two parts.
but i want to draw xAxis ratio.
example that's data xAxis range should [0~ 100, 4500 ~ 8500]
The text was updated successfully, but these errors were encountered: