score:6
Accepted answer
Just to make it clear, you can use one of (not both):
pointWidth
: forces Highcharts to draw bars with fixed width,pointPadding
+groupPadding
: calculates width of the bar according to these values and chart width/height
Just think about this: how to set the same width of the bar for all charts when you have different number of bars? And the answer is to change charts' width according to number of columns. For example you have 4 bars? Chart height/width will be sum: 4 x 10px + some_padding. If you have 10 bars, when height/width will be: 10 x 10px + some_padding (the same as above). I hope that's what you want to achieve.
Source: stackoverflow.com
Related Query
- Control spacing between bars in Highcharts grouped bar chart
- Control spacing and height between bars in Highcharts.js bar chart
- Label individual bars in a grouped bar chart in Highcharts
- Adding gap between specific bars in a stacked bar chart
- High charts: Can we reduce the distance between two bars in grouped column chart
- Adding round corners to Highcharts Bar Chart with stacked bars when value is 0
- How to remove space in between bars in HighCharts bar chart?
- Highcharts columns - fixed border width, remove spacing between the bars
- HighCharts Column Chart Spacing Between Columns
- Vertical line within bars of a stacked bar chart using recharts or highcharts
- Highcharts stacked bar chart for multiple bars
- Switch between pie charts and bar chart in highcharts
- How to make split grouped column bar chart in highcharts with percentage?
- Highcharts - bar chart using triangles instead of bars
- Name bars in highcharts bar chart by data
- Highcharts - column chart has space between bar and xAxis
- Draw custom bars in a Highcharts bar chart
- odd spacing between bars in Highcharts
- how to adjust distance between to bars in bar chart highchart
- Can we add fixed buttons on top of bars in highcharts bar chart
- How to reduce the space between Bars with a fixed bar width in Highcharts column chart?
- Spacing between horizontal bars in Highcharts
- Highcharts horizontal bar chart with text inside bars
- Highcharts Stacked Bar: How to remove spacing between bars
- How do I rotate my HighCharts bar chart so its vertical, not horizontal?
- dealing with highcharts bar chart with really long category names
- Highcharts percentage of total for simple bar chart
- HighCharts - Y-Axis padding in a bar chart
- highcharts jquery dynamic change chart type column to bar
- Highcharts stacked bar chart hide data labels not to overlap
More Query from same tag
- HighMaps: Align ColorAxis within Legend
- Highcharts Boxplots How to get five point summary?
- Disable tooltip for one point?
- Create a heatmap using Yii2 highcharts widget
- Highchart area range on a plot column
- Datalabels on Highmaps appearing bottom to top
- Accessing Value of JSON and use it in Highcharts
- How to give background color to selected x-axis label in highcarts gantt
- Nested column chart with drilldown
- Highcharts multiple legends
- Animation end callback after adding points
- Highchart line chart tooltip issues with large dataset
- Highcharts - bar chart columns too thin with too many series
- highcharts: Add marker to a x-range chart
- highstock attaching panning feature to mousedown
- Produce dot chart in highchart
- last label in x axis with datetime format not coming in highchart
- R Package Highcharter: How do I drilldown to multiple series stacked column graph?
- Display space in chart in case of null value present in object in high chart stacked bar chart
- how to dynamically set the minPointLength except 0
- highchart stacked column total data per categories
- Generation of svg on server side using highcharts
- Highcharts select chart by button click and adjust width
- Highcharts: Click to update column color --- need a mouseover?
- Javascript - convert HTML div with SVG to image
- Building dynamic HighCharts and image Highcharts with (mostly) one codebase?
- Always position Highcharts tooltip on top with respect to the marker point
- How do we show loading via highcharts-react-official package
- How to populate multi table data in jquery High-chart
- highcharts-export-server yAxis formatter does not work