MPAndroidChart
MPAndroidChart copied to clipboard
Stacked Bar Chart with Vertical spacing
I'd like to create a StackedBarChar with some vertical spacing between the entries that belongs to the same X values. I tried to find any docs related, but all I could do was to change the Bar width and the horizontal spacing.
Also would be nice to have a way to draw an icon above each StackedBar. Currently, BarEntry.setIcon will create one for each yValue within the BarEntry array.
Finally, would be nice to also have rounded corners for the BarEntries
The layout Id like to implement is:
Thanks and Regards
Any updates on this, how to achieve this?
Any updates on this, how to achieve this?
I had to change the Lib source code and it worked for a specific case. The disadvantage is that I had to include the Lib as a module in my app.
I need to dig my sources here to find the exact solution I applied, because I dont remember it anymore :)