score:0
Using
crisp: false
option solved the issue. But in some cases the chart looks hazy.
score:1
Set series.crisp to false.
crisp: Boolean
When true, each column edge is rounded to its nearest pixel in order to render sharp on screen. In some cases, when there are a lot of densely packed columns, this leads to visible difference in column widths or distance between columns. In these cases, setting crisp to false may look better, even though each column is rendered blurry. Defaults to true.
http://api.highcharts.com/highcharts/plotOptions.column.crisp
plotOptions: {
column: {
pointPadding: 0,
borderWidth: 0,
groupPadding: 0.08,
crisp: false
}
},
example: http://jsfiddle.net/ynkq44oj/4/
Source: stackoverflow.com
Related Query
- Inconsistent columns width issue in highcharts
- Highcharts - issue about full chart width
- HighCharts full width issue
- highcharts bar chart: columns width is very thin
- Issue with last column width in Highcharts
- Highcharts chart width issue on lazy loading of stylesheet
- Highcharts cloud issue with data source when duplicating chart
- Highcharts columns have no width (seemingly arbitrarily)
- how to change the width between columns ? HIGHCHARTS
- Highcharts Timeline inconsistent point width in multiple series
- Highcharts v7.1.2 width scaling issue when using css transform scale
- Highcharts error 19 issue when adjusting container width that chart displays in
- Highcharts width exceeds container div on first load
- Always display data labels above columns in HighCharts
- Maximum bar width in Highcharts column charts
- Styling bar colors in Highcharts with a gradient issue
- Fixed y-axis label width in Highcharts
- jQuery UI Tabs and Highcharts display/rendering issue
- Highcharts data series issue with ajax/json and PHP
- Highcharts Solid Gauge Width
- Highcharts Pie Chart ignores percentageDecimals tooltip setting and has floating point inaccuracy issue
- set width of chart, highcharts
- Always showing tooltip on all columns in Highcharts
- Get Highcharts width
- Display legend items in two columns highcharts
- Highcharts - HTML tooltip & datalabels render issue
- Change Color of Volume Columns (High/Low) in HighCharts
- Library duplication issue using Highcharts in Jaspersoft Studio
- Stop HighCharts increasing width of line on hover
- Highcharts data labels overlapping columns
More Query from same tag
- Show ranges as legend for highcharts angular gauge
- on flag click get series (graph) it's on highstock?
- Highcharts - bar chart columns too thin with too many series
- Highcharts - Hide child labels in a multiple levels and multiple layouts treemap
- Highcharts tooltip is always the same
- Tooltip overlap issue in highchart, can not select plotpoint on same datetime?
- How can I maintain the Highcharts halo effect on pie chart after click and mouseOut?
- Plotting timeseries charts in Highcharts not in plotting order of chart
- Crispy GridLineDashStyle
- Highcharts combining a column and spline chart from an html data table
- Highcharts Heatmap xAxis tick alignment
- Formatting Tooltip Value on Series
- high chart sample
- Highcharts: Hide/remove values (in a range) from y axis
- Get current visible chart data after scroll
- Highcharts Error while loading solid gauge module
- Retrieving JSON data for Highcharts with multiple series?
- YQL finance data JSON format for use with highcharts
- how to add new index Highcharts column drilldown chart
- highcharts-export-server with highcharts-regression plugin in a node module throws an error
- save charts as image and include in pdf export
- Why does my addSeries (in highcharts) only display names of the series but not the actual pie chart itself
- How to update just data attribute under series in highcharts with json?
- Highcharts: How do I get columns to have specific color with multiple series
- Bottom (xaxis) line of Highcharts graph should disappear
- highcharts not sure how to load data from external json
- Highcharts format legend names
- how to show column and area charts with different y axis with same category and same x axis in highcharts
- Is it possible use size (z) argument with RHighcharter and a categorical Y-axis?
- Include Highcharts in open-source project