cancel
Showing results for 
Search instead for 
Did you mean: 

how to change the properties of viz frame's bar chart?

former_member259572
Participant
0 Kudos

Good Afternoon Experts,

hi, i would like to know is there any option to change the width of bars in bar chart of viz frames. And want to know how to remove the spaces between the bars of dual bar. And the code is in xml view.

i'm attaching a sample pic. please help

former_member344161
Discoverer
0 Kudos

You can control the width of bar by changing the min-max value in dataPointSize.

plotArea: { dataPointSize: { min: 20, max: 20}}

In order to remove the space between the bars of dual bar, use below configuration(value between 0 and 1):
plotArea: { gap: { innerGroupSpacing: 0}}

Accepted Solutions (0)

Answers (0)