How to make a bar graph with rounded bars using anychart?

0
I am trying to create a bar chart using anychart with rounded bar corners similar to the image below:   According to plotly.com I can use barcornerradius to achieve this. But reading the github release notes about plotly.js here: https://github.com/plotly/plotly.py/releases That functionality was added to v2.29.0. However, the AnyChart widget uses plotly.js 1.51.2 (https://marketplace.mendix.com/link/component/106517). I have tried to use barcornerradius just to test, and as expected it does not work.   My question is, how can I create a bar chart using the AnyChart widget without rebuilding the widget itself? Has anyone done it before? I would really appreciate some advice on how I can go about it.   I could rebuild the widget as suggested by these posts: https://community.mendix.com/index3.html#/questions/11540474045349726 https://community.mendix.com/link/space/widgets/questions/122696   But I am not an advanced Mendix developer yet and have not yet learned how to do that.  
asked
0 answers