MPAndroidChart icon indicating copy to clipboard operation
MPAndroidChart copied to clipboard

Stacked Bar Chart with Vertical spacing

Open wlmirand opened this issue 3 years ago • 2 comments

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: image

Thanks and Regards

wlmirand avatar May 04 '21 15:05 wlmirand

Any updates on this, how to achieve this?

brajabasi avatar Sep 29 '22 10:09 brajabasi

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 :)

wlmirand avatar Sep 30 '22 11:09 wlmirand