How to add radius to my bars in bar graph and change color of bar on hover

Hi @deebalakshmi ,

I do not understand exactly what your question is about. Maybe you could add some information.

Concerning the radius on the bar chart we had a post lately (I actually did not reed the linked article):

how to add your code in to my project

@deebalakshmi
can you please explain what you are trying to do?

If you’re just starting with Plotly and Dash, I recommend you read the documentation to learn how to set everything up.

thanks for your reply ill explain once again what i want in our dash documentation bar graph has sharp edges but i need rounded edges in my project so ,
is this possible to make rounders border bar graph

@deebalakshmi I trying to achieve rounded edges in bar charts, have you found some way to do it?

I posted this same reply to another forum post, but if you add the base attribute to your data, the barcornerradius will automatically affect all traces, and the start and end of the bars. The only problem with this method is that making a stacked bar chart requires you to manually code in the stacking mechanism. I made an example that is a stacked bar chart, and you can see the rounded corners of each trace.