score:15
edit highcharts has introduced plotoptions.column.grouping switch in their version 2.3 to handle exactly this. refer garrick's answer
i will leave below answer as it still helps understand how the grouppadding and pointwidth work.
original answer
you are looking for grouped and overlapping columns?
you can achieve this by setting plotoptions.column.grouppadding to 0.5
plotoptions: {
column: {
grouppadding: 0.5 // exactly overlap
pointwidth: 20,
}
},
here's an image to illustrate how grouppadding works
as you see, when grouppadding is 0.5 the column width is compromised to give the desired padding, by specifying the pointwidth you can counter this behavior
score:28
you can also accomplish this by setting grouping: false
.
Source: stackoverflow.com
Related Query
- Overlapping columns in highchart
- How can I do in Highchart to have 1px space between the columns and the y Axis?
- Highcharts data labels overlapping columns
- Overlapping Y Axis in a Multi y axis Highchart
- Highchart Stacked Column w/ Datetime X-axis Columns Too Thin
- How to resolve overlapping scatter points in a highchart
- Columns HighChart remove spacing for empty data series
- Highchart columns chart overlaps yAxis.plotLines labels
- Group series names in columns in highchart horizontal legend
- Waterfall Highchart to start some of the columns in between the series with 0 y-axis
- Avoid overlapping in highchart bubble chart
- How to show overlapping in various columns of highcharts column range graph
- Plotband covered area columns to be highlighted or set opacity higher in highchart column type
- Select which columns from CSV to graph with HighChart
- Strange character in the Highstock source code
- Highchart gantt chart no overlapping
- Why does my Highchart look different when I transfer my code from Jsfiddle to my server?
- Highchart legend overlapping when change window size
- How to create a javascript column chart with overlapping columns of variable width
- Bars inside highchart is overlapping when exported to PDF
- fixing label overlapping in second level of grouped categories plugin used in highchart
- Highchart bar chart datalabels overlapping issue
- I had follow someone code samples and try apply to my HighChart program but I can't get it work at all
- Use series data but display custom text on top of columns Highchart
- Tooltip doesn't appearing for overlapping datapoints in highchart xrange
- Column based Highchart drilldown series assign color code to each column
- Multiple columns on same series. Highchart
- How to avoid overlapping of dataLabels in highchart pie chart?
- x-axis, y-axis lines does not appear, when I include 3D chart library of HighChart in my code
- Can I load the columns (each series) one by one in a HighChart JS?
More Query from same tag
- verticalAlign ignored for non 0 rotation
- How can I change the background color of horizontal bar if date value is less than to current date?
- Nested column chart with drilldown
- Change from graph/Highcharts to maps/Highmaps in my API
- How to create equal width solidgauge for any number of series?
- Render Highcharts data table to separate container as chart via drawing API?
- Highcharts stacked column highlight
- a website that loads a lot of objects - remote proxy?
- Making a node_module global using Webpack 2
- Highstock grouping show hidden serie values in tooltip
- Highstock Update Data getJson
- Setting Flag on Click Event for Candlestick Chart
- Unable to render 'bullet' chart via node-export-server from highcharts
- Paint segment of highcharts chart
- Replace NAN value in order to avoid Crash
- How can you set colors per level in a Highcharts Sunburst chart?
- Is there any way to format multi-line chart tooltips to a single-line?
- Resolve Conflict When Using Highchart and Highmap together (TypeError: ma is not a function)
- Unable to load json File for highcharts
- Highcharts: Remove space between plot border and actual chart
- How to sort the yaxis in descending order if tickpositions in highcharts are used?
- How to display Day and Date in Highcharts Column Graph using PHP
- Can this stock graph be made using Highstock?
- Adding tooltip to legend in highcharts
- Highcharts: y-axis labels are missing
- limit Highcharts x-Axis grouped categories and labels style
- How to dynamically addEvent to Highcharts series with multiple charts?
- (Horizontal) bar and line chart with Highcharts
- Highstock - "destroy is not a function" error
- Highcharts Map bubble on Pacific Centered World map