Solved
Rounded Corners on Progress Bar and Bar Chart?
Hello, is there any way to round the corners of a progress bar or a bar chart in Appian?
Hello, is there any way to round the corners of a progress bar or a bar chart in Appian?
Hello [mention:b0a0f9da16b441e8aa0eb47e9bf95720:e9ed411860ed4f2ba0265705b8793d05] ,
There is no parameter that accepts this shape as Kumar mentioned. But you can use a card layout and try. The below is something that will give what you want on a progress bar.
![]()
{
a!cardLayout(
padding: "NONE",
shape: "ROUNDED",
marginAbove: "NONE",
marginBelow: "NONE",
contents: a!progressBarField(
labelPosition: "COLLAPSED",
percentage: 75,
marginAbove: "NONE",
style: "THICK"
)
)
}Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.