score:1
Accepted answer
Setting pointPlacement to 'on' should help you to get rid of the unnecessary padding on both sides of the chart.
plotOptions: {
series: {
pointPlacement: 'on'
}
}
API Reference:
http://api.highcharts.com/highcharts/plotOptions.series.pointPlacement
Example:
http://jsfiddle.net/nnt5t1ho/
Source: stackoverflow.com
Related Query
- Highcharts xrange chart is not respecting datetime xAxis min and max values - shows space on both sides
- Highcharts chart axis exceeding set min and max values
- min and max axis value not respected in HighCharts chart with a logarithmic axis
- HighCharts - Set Max and Min values in zoom reset
- Column chart with negative values and categories on xAxis in HighCharts
- How to get chart min and max values after Drag zooming in highChart chart?
- Reversing the min and max values in column chart
- Highcharts Boxplot - box with lower, upper quartile and median is not displaying when min and max are null of a category
- Setting min and max for chart in Highcharts library error
- Highstock data not showing when setting xAxis min and max
- Highcharts xAxis with datetime not showing any chart
- Highcharts: Set y Axis Max and Min dynamically, and not at creation
- Highcharts - best way to handle and display zero (or negative) values in a line chart series with logarithmic Y axis
- Panning in Highcharts will not allow to go back to the max of the xAxis
- HighCharts datetime xAxis without missing values (weekends)
- how to pass values to tooltip which not in x and y axis in highcharts
- Difference between highcharts and highstock during real time trace and xAxis with max value
- HighCharts scatter plot with Datetime on X Axis not plotting values correctly
- Highcharts - Area Chart - Stacking with series containing negative and positive values
- HighCharts - Need more space between bottom of chart and Xaxis labels
- How do I force highcharts to pay attention to min and max on my secondary axis?
- highcharts div resize to min and max on click
- How to Display Month and Year in xAxis of Highcharts datetime graph
- Setting Min and Max values for more than two Highchart Solid Gauges using function
- Highcharts set xAxis values starting 12am and ends in 11pm
- Highcharts Column Chart Not Displaying Dynamic Values
- highcharts lollipop/dumbbell chart change position/colour of positive and negative marker values
- Different xAxis label, max and colors for drilldown in Highcharts
- Highchart min/max values doesn't set and chart not plotted properly
- Highcharts xRange Chart timeline not shown when zoom
More Query from same tag
- Highcharts overflowing parent div Angular
- Chrome Dev Editor Using Bower and Highcharts Shim
- How to remove y-Axis dynamically
- what means ${demo.css} in example files of highcharts ? That piece of code seems to be literal
- Highcharts : Two marker symbol for the same point
- highcharts - add label by custom id
- AngularJS : link between directive and controller
- Highchart donut pie - Is there a max number of slices
- highcharts with dynamically adding multiple series from JavaScript array name value pair
- Highcharts replacing column/tooltip label
- Highcharts how to add an extra value to a bar
- Highcharts cut my series - transform bad position
- Highstock Change tick interval on range selector change
- Highcharts Legend item text alignment
- Two way data binding in Angular JS for graphs implemented using HighCharts
- Lazy HighCharts and Loading Json Data
- Highchart Disable stackLabels when overflow
- Pie chart overlaps with legends
- highchart - pointstart with given x values
- Highcharts - show only selected points
- Highstock - insert HTML link inside flag tooltip
- Highcharts Pie chart not accepting values
- In highcharts.js, how to make custom ticks with an image
- Highcharts suddenly stop plotting
- Add URL to Pie-Donut Highchart
- Rectangular selection in Highcharts columnrange
- How to set GeoJSON object property as class name other than name in HighMaps
- Unable to plot dynamically updating y-values on Highcharts spline plot
- Highcharts - tooltip using click event doesn't appear all times
- set line border properties (color/width) in a Highcharts line chart