score:2
Accepted answer
You can try to set min and max values for the axis:
xAxis: {
plotLines: [{
color: '#000000',
width: 2,
value: 1
}],
max: 2,
min: 0
},
yAxis: {
plotLines: [{
color: '#000000',
width: 2,
value: 1
}],
max: 2,
min: 0
},
Example SQL FIDDLE HERE
score:0
Instaed of plotLines, you can move your axis by offset parameter or use plugin
Source: stackoverflow.com
Related Articles
- Highcharts center on x and y axis offset
- Highcharts step & offset x axis labels?
- highcharts y axis label with offset is hidden when chart has no title
- Offset displayed data 4 hours forward on HighCharts x axis
- Highcharts axis padding offset
- Hide axis and gridlines Highcharts
- Place text in center of pie chart - Highcharts
- Change HighCharts axis title
- how to set the interval of points on Y - Axis highcharts
- How replicate the value of Y Axis on both sides of the axis in Highcharts
- Highcharts Area graph, use 2 fill colors above / below X axis
- Highcharts y axis thousands separator
- Javascript Highcharts v3.0.5 - How to hide Y Axis Title when using multiple Y Axis
- Highcharts - set maximum range for yAxis but keep axis dynamic within that range
- Highcharts how to change x axis options
- Highcharts - How to start x axis from an arbitrary value
- Highcharts - best way to handle and display zero (or negative) values in a line chart series with logarithmic Y axis
- Highcharts - Long multi-line y axis labels causing following label to be removed
- how to make highcharts pie datalabels always in center of each slice?
- Highcharts - with datetime axis labels overlap
- Change Y Axis vertical line color in Highcharts
- Highcharts Donut Chart text in center change on hover
- How to add space between chart and axis in highcharts
- Highcharts reset y Axis
- highcharts - removing decimal places on Y axis with only one point
- Highcharts : hiding bottom-most x axis grid line
- How to change axis label size when exporting in Highcharts / Highstock
- Change HighCharts axis title in 2.1.4
- Highcharts axis label before first point
- Highcharts | Making multiple y axis scales
- highcharts stacked area
- Highcharts in Bootstrap tabs: non-visible chart breaks on window resize?
- Highcharts values in one column
- Add Categories to Highcharts via Loop
- How to truncate value in tooltip using highcharts
- Pie chart with drilldown not working
- highcharts get all of the minimum points of the chart
- How to set options?
- angularjs and highcharts / highchartsNG - renderTo not working
- Disabling inactive state in Highcharts styled mode
- Ajax Json Post Limit on PHP7 and IIS 7
- How to make map with overlaid column charts using highmaps
- Remove whitespace from highcharts gauge chart?
- Highcharts BarChart Arabic longwords
- Highcharts doesn't display data
- HighCharts animation android
- How show interactive charts in a GTK window?
- HighCharts.js: How to Create a Boxplot with stems representing confidence intervals, NOT max/min?
- Javascript not working when using async attribute : Highcharts
- highcharts: there are no data in exported image