score:114
Accepted answer
score:5
taking help from above answer link mentioned in the above answer sets the max value with option
yaxis: { max: 100 },
on similar line min value can be set.so if you want to set min-max value then
yaxis: {
min: 0,
max: 100
},
if you are using highroller php library for integration if highchart graphs then you just need to set the option
$series->yaxis->min=0;
$series->yaxis->max=100;
score:9
alternatively one can use the setextremes method also,
yaxis.setextremes(0, 100);
or if only one value is needed to be set, just leave other as null
yaxis.setextremes(null, 100);
Source: stackoverflow.com
Related Query
- How to set Highcharts chart maximum yAxis value
- How to change space value between grid and yAxis in Highcharts line chart
- How to set Highcharts xAxis position on the yAxis zero value (negative/positive chart)?
- How to set yAxis min/max in Highcharts synchronized chart with JSON
- Highcharts : how to set yAxis max value inside angularjs controller
- How to display the value instead of percentage in a pie chart using jquery Highcharts
- Highcharts - set maximum range for yAxis but keep axis dynamic within that range
- How to set a static minimum value for axes in Highcharts
- Highcharts Bar Chart - How to set the minimum bar width/length
- Highcharts- how to set yAxis to the closest or exact value in the series data
- Highcharts - how to set custom content in point tooltip (popup) on 3D scatter chart or how to customize point tooltip information?
- How set options from HIGHCHARTS in a chart using vue chartkick
- how to get last value shown yAxis highcharts
- How to set new yAxis data in chart dynamically (highcharts + angular2(4))?
- How to set a Maximum yAxis range for HighChart graph?
- How do I set the margin to bottom of a chart in HighCharts to zero?
- How to dynamically set title in Pie Chart of Highcharts
- How to set non-linear step in yAxis on Highcharts
- HighCharts how to add live series data set to existing chart
- My Highcharts graph with multiple axis ignores the max value I set for the first yaxis
- Highcharts Theming: How to set gradient colors for certain chart types only?
- Highcharts how to make a set number of colors for pie chart data and drilldown data
- how do you set the yaxis values in highcharts
- How to set maximum and minimum value color of highcharts?
- Highcharts Angular - How to set chart width and height with percentages?
- Highcharts - Column Chart Drilldown, how to change the drilldown bar color based on some value
- How can I get HighCharts column chart to scale the yAxis to not have so much whitespace?
- How to set the target of highcharts bullet chart using SVG?
- how to get last value shown yAxis highcharts in current version in a simple way?
- How to set the fixed xAxis value in Highcharts
More Query from same tag
- HighCharts add div to series on click
- Rails 3 Array in HighCharts - my brain will explode
- Highstock add points to dynamically added series
- Angular Highcharts Reading from multi objects elements
- JSON how to get squared brackets?
- highchart mysql json with dropdown select value for where condition
- How to get column chart in angular using highcharts using dynamic data
- high charts from csv not drawing the chart on refresh page
- Group vertically and Horizontally in HighCharts Gantt
- Add extra tooltip in Highcharts
- Highstock custom datagrouping datetimelabelformats timeseries
- In HIGHCHARTS unable to set the max point in the gauge
- AngularJS $apply sometimes doesn't trigger to update $scope values in the html tag within {{}}, when using the click event in hightchart.
- Tile layout for highcharts legend items
- How to format y values in a tool tip to show commas?
- Highchart: show seconday y-axis tick positions 0 to 12
- Highcharts-Ng and Broken Drilldown
- Highcharts - Issue with showing and hiding plot lines and bands on legendItemClick
- Column behind column highchart
- HighCarts Tooltip position relative to mouse
- Is it possible in highcharts to have 2 charts, sharing the same x-axis, but next to one another?
- HighChart Graph aligned wrong on Xaxis .. not able to reproduce on JSFiddle
- After setting the yAxis max value, some datalabels are not showing
- Highcharts Arearange has no zoom animation above certain length
- Using the source version instead of mimified when import lib with reactjs and npm
- highcharts display all dates for all points on x-axis
- While loop not working in the series data highcharts - php
- Highchart- X-axis Irregular Time interval pointWidth
- make xaxis datalabels have same color like bar Highcharts
- Highcharts pie slice linear gradient