score:74
Accepted answer
I guess setExtremes is the best way to go about it.
Syntax should be: chart.yAxis[0].setExtremes(100,300);
If one wants to just set minimum then chart.yAxis[0].setExtremes(100,null);
worked for me.
score:1
Also you can use tickPositioner http://api.highcharts.com/highcharts#yAxis.tickPositioner to define min/max values and ticks between these values.
score:44
we can also use update method
chart.yAxis[0].update({
max: 100
});
chart.xAxis[0].update({
max: 150
});
Source: stackoverflow.com
Related Query
- Highcharts: Set y Axis Max and Min dynamically, and not at creation
- 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
- HighCharts y-Axis set min max with input field on rendered graph axis
- Highcharts Boxplot - box with lower, upper quartile and median is not displaying when min and max are null of a category
- Manually set y-axis min and max value and zoom-in behaviour in Highcharts
- Highcharts xrange chart is not respecting datetime xAxis min and max values - shows space on both sides
- Dynamically added Highcharts series with min and max
- how to set max min on highcharts dynamically
- Highcharts - yAxis logarithmic scale and allowDecimals set to false not seeming to have any effect
- Highcharts Line - When Y axis min is set to 0, connecting line isn't shown for consecutive 0 values
- Legend and Axis titles not showing in Highcharts Graph
- Legend and Axis titles not showing in Highcharts Graph
- how to pass values to tooltip which not in x and y axis in highcharts
- How do I force highcharts to pay attention to min and max on my secondary axis?
- How do I dynamically change the yAxis min, max and tickInterval in HighCharts
- Highchart Axis with only min and max series value
- highcharts div resize to min and max on click
- Need to precisely set Highcharts axis min/max after chart creation
- Highcharts/highstock set yAxis Min and Max with Scroll
- Highcharts multiple x axis and yaxis. The width of the 1st x-axis is not in sync with browser resize
- Highcharts Gantt - Set max height and scrollbar on yAxis
- highchart- how do I hide y-axis, when y-axis is set with max and min limits
- Set max y axis point 10% greater than current max - Highcharts
- Can I set a minimum positive and a minimum negative axis value in Highcharts
- My Highcharts graph with multiple axis ignores the max value I set for the first yaxis
- highcharts not displaying line when last point is before current x Axis minimum and next point is after current X Axis maximum
- How to set min and max values for an axis?
- highcharts x axis categories not updating dynamically vuejs
More Query from same tag
- Highcharts - how to put bubble chart in straight line?
- Leaflet use popup not display
- How to calculate the trend line
- Highchart - How do I create the attached image gauge within a semicircle pie chart
- How set options from HIGHCHARTS in a chart using vue chartkick
- Highcharts line charts not displaying all the dates
- DotNet.Highcharts not working with Visual Studio 2010
- How do I calculate the sum of the points in a HighChart after I edit it
- Can't show the color in interactive highchart choropleth map
- Array values returning undefined in console/Round array elements to integers
- How do I display csv data in Highcharts?
- Percentage in hctreemap2 of Highcharter using tooltip?
- How to define colorAxis dataClasses for solid gauge chart?
- Different colors for positive/negative parts of column
- Highchart axis 2 decimal places
- Highchart always show max value for y Axis
- could not determine version for package highcharts-angular
- highcharts tooltip valueDecimals not working
- HighCharts adding another variable
- how to remove a total value in highchart
- Highcharts, multiple parts chart
- Setting color on label gridline Highcharts
- no idea which line of code is using getPreventDefault()
- Function does not work on first render instead the series is generated after the subsequent renders
- Second yAxis does not scale according to series in Highcharts
- High Charts donut chart percentages adding to 100.1%
- Stop hide/show of series but grey out legend on click
- Highchart export server prevent 0 value in the pdf
- How do I catch a click event on a polygon in HighCharts without having the tooltip popping up
- Highstock column chart y axis ceiling issue