score:1
Accepted answer
use softmax
instead of max
property:
yaxis: {
min: 0,
softmax: 100,
...
}
live demo: https://jsfiddle.net/blacklabel/lgvn0ux8/
api reference: https://api.highcharts.com/highcharts/yaxis.softmax
Source: stackoverflow.com
Related Query
- Highcharts with yaxis max property doesn't hide plotbands and lables
- Plotting seconds, minutes and hours on the yAxis with Highcharts
- Highcharts - Global configuration with common code and unique data & Headings
- Difference between highcharts and highstock during real time trace and xAxis with max value
- Highcharts show the same yAxis start and end value with multiple data series
- Highcharts plotLines with multiple xAxis and yAxis
- How do I dynamically change the yAxis min, max and tickInterval in HighCharts
- plotBands Hide and Show parameters do not work in Highcharts
- Highcharts/highstock set yAxis Min and Max with Scroll
- Change the legend in highcharts heatmap to show instead of a color bar, a set of fixed icons with hide and show on click
- 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
- My Highcharts graph with multiple axis ignores the max value I set for the first yaxis
- Uncaught TypeError: Cannot read property '0' of undefined javascript error and with highcharts
- Highcharts polar spider with Min and Max for each y-axis
- Why do my highcharts yaxis tick positions change the min and max of my chart?
- Why does highcharts sankey chart sometimes combine multiple nodes with same node name but different Id into one and hide the lines?
- Highcharts Boxplot - box with lower, upper quartile and median is not displaying when min and max are null of a category
- min and max axis value not respected in HighCharts chart with a logarithmic axis
- Dynamically added Highcharts series with min and max
- HighCharts Angular 8 | yAxis problem with FireFox and IE
- Highcharts gauge with two yAxis and related size
- Hide axis and gridlines Highcharts
- Displaying hours and minutes on x-axis with Highcharts
- Highcharts yAxis max not working
- HighCharts - two Y-axis, one with max value
- how to import highcharts with webpack and babel
- Highcharts data series issue with ajax/json and PHP
- Highcharts / jQuery - destroy and rebuild chart with original options
- Highcharts - How to hide series name and Y value in tooltip
More Query from same tag
- Using Websocket JSON with HighCharts
- filling Highchart pie graph on kendo grid databound event
- applying stock chart style in highchart
- How do I enlarge the pie chart and shift to the center
- How can I change the scale of the legend in highcharter in R?
- Highcharts: Syncing axis ticks across Multiple Charts
- display pie chart using highcharts api and mysql
- Highcharts - Get crossing point of crossing series
- React Highstock Won't Work But Highchart works
- High-charts bar-chart bars overlap if height is not given in the config
- Highcharts: Is it possible to show Sunburst legend similar to Pie chart legend?
- Highcharts - PDF export format issues. Font sizes etc
- Highcharts Toggle Stacking for Multi-Axis Chart
- R highcharter editing dataLabels format
- Highcharts - what is it about my data that causes "setExtremes" to not work correctly?
- Bind a function with dynamic arguments to Highcharts point
- Resize Highcharts StockChart range selector to lessthan 6 data points
- How to create two plot areas with highcharts
- Proper x-axis for Highcharts stack group column
- Button takes you to drilldowns in HighCharts
- How to use HighChart's column-stacked-and-grouped graph dynamic date range in x-axis?
- Modify a csv file line by line
- Highcharts highstock tooltip series order
- Highcharts add several series with PHP array
- Produce highcharts multiple line chart from JSON / MySQL data
- How to get Node Coordinates Data in Sankey Graph
- Dynamic High Chart no Displaying
- How to show unique name of every points in highCharts using angular
- Highcharts - columns too thin in differents zoom time
- Highcharts tooltips formatter return function throwing Uncaught TypeError: j.call is not a function