Please check this image, I interested to show chart like this. How can i do?
I need this
this my output, but need above chart result
Please check this image, I interested to show chart like this. How can i do?
I need this
this my output, but need above chart result
Well, genereally this seems to be out of scope of MPAndroidChart features. You might as well show such data as Horizontal RecyclerView
(with LinearLayoutManager's orientation as LinearLayoutManager.HORIZONTAL
).
Your ViewHolder item would just contain y-values from 2 data sets and presented in TextView
's.
I am glad you have created StackOverflow's question. Opening issue on library's github issue tracker seems redundant - it can be closed.