Skip to main content
Nintex Community Menu Bar
Question

Chart Column Size

  • July 11, 2024
  • 1 reply
  • 1 view

Forum|alt.badge.img+7

I need to increase the size of columns width in my Chart. Does anyone know if this is possible? 

This topic has been closed for replies.

1 reply

Forum|alt.badge.img+10

Andrew,

The Charts are responsive.  Can you place your chart in a grid with a minimum size?  This will make the bars larger.

If you have limited screen real estate, then you can consult the Highcharts API documentation (http://api.highcharts.com/highcharts).  It looks like ‘pointWidth’ is what you want to set via a Before Render Snippet (http://api.highcharts.com/highcharts/plotOptions.bar.pointWidth).

Thanks,

Bill