unchartedelixir / uncharted

33 stars 8 forks source link

Configure Roundness of Bars in Bar and Column Chart #60

Open rheubach opened 2 years ago

rheubach commented 2 years ago

The bars in the column and bar charts components currently have default values of "10px" for the rx and ry attributes. We would like to makes this configurable so that chart creators have the ability to round or not round the bar edges. It would be nice to set one value that would populate each of these attribute values.

rheubach commented 2 years ago

@alcwhite After digging around. We would need these configurations to fix the design on the stacked charts.

willus10245 commented 2 years ago

I could take a crack at this one

willus10245 commented 2 years ago

@rheubach Do you want just like a flag to set rounded or not where rounded is 10 and not is 0? or actually be able to specify the radius value

rheubach commented 2 years ago

@willus10245 It would be best to be able to set the radius value. We can set it to 0 by default.

rheubach commented 2 years ago

Hey @willus10245! Were you able to make any progress on this configuration?