score:1
Try This I am also facing the same issue but I resolve that issue this solution may be useful for you.
yAxis: {
min: minData,
max: maxData,
tickPositions: [minData, maxData]
},
Add tickPositions: [minData, maxData];
pls check similar example Example
I hope this is enough.
Thanks,
PVS
score:2
You can use any max value, only thing is you should divide it by 1000 to get the tickInterval value, for example:
yAxis: {
min: 0,
max:96,
tickInterval:(96/1000),
},
Working example: http://jsfiddle.net/NareshChennuri/whuu5qbt/
score:2
To get the exact custom max value :
tickPositioner: function() {
return [this.min, this.max];
},
min: 0,
max: 6924,
score:5
The problem may be that the chart is generating a default tick interval e.g. 10, which adds up to 100.
You may be able to get what you want by specifying a tickerInterval which divides into 96 (e.g. 8).
yAxis: {
min: 0,
max: 96,
tickInterval:8,
Source: stackoverflow.com
Related Query
- HIghcharts 4 solid gauge max value
- HighCharts - two Y-axis, one with max value
- Highcharts Solid Gauge Width
- getting error#17 from highcharts while using solid gauge from backbone rails
- Highcharts - Color coded legend for solid gauge
- How do I use an Highcharts Solid Gauge in angular 6 with typescript?
- Highcharts Solid Gauge with min number NOT zero
- Difference between highcharts and highstock during real time trace and xAxis with max value
- Gauge Series of Highcharts with React not the Solid Gauge but Gauge Series
- Highcharts Gauge chart is rounding down max number
- Highcharts - set yAxis.max to max value from data
- How to remove the value and number labels from Highcharts angular gauge
- Setting yAxis Max value in highcharts
- Highcharts Solid Gauge only want to show 1 data label
- Highcharts assign label to to x-axis max value
- HighCharts Solid Gauge Chart not displaying ticks
- Resizing HighCharts Chart Causes Changes to Max Y Value
- How to embed solid Gauge using highcharts inside a div of a specific size
- Highcharts Solid Gauge Dynamic Update Using JSON
- Format data for highcharts solid gauge graph
- Highcharts solid gauge with tick mark over the bar
- Highcharts Solid Gauge Legend Symbol
- Highcharts - Solid Gauge - Inconsistent Styling and Improper Values
- Highcharts Solid Gauge (Thermometer) ... Color from -30 to +60
- Highcharts solid gauge with multiple series
- How to create a solid gauge chart with Highcharts in angular 6?
- How can I style my highcharts solid gauge to have a background behind the percentage?
- Getting the corresponding x-axis value from the max value in y-axis in Highcharts
- Get max value and label in series after zoom in JS HighCharts
- HighCharts - do not crop series line on max value
More Query from same tag
- Hightcharts chart not resizing to fill space
- Axis values from database in highchart
- HighCharts numericSymbols in French and German
- Date.parse() not working with highchart
- Highchart xAxis plotbad with specific heigth
- Custom tooltip data for specific points on highchart
- Highcharts not picking up on date - dates being interpreted as strings
- Highcharts - linear chart hidden in combination of graphs
- Javascript/Jquery/Gantt Highchart : On clicking over a task progress pop-up should get open
- Fixed padding between the bars in Highcharts
- Get x and y value of a series in highcharts when curve is being plotted
- Highcharts with JSON data and multiple series
- how to make multiple highchart graph in R?
- Highcharts css styles when exporting
- Highcharts MTD (Month to Date) and QTD (Quater to Date) implementation
- Use High-charts, Open Flash Chart 2, Google Charts or what else !
- How to make a setCategory while using Grouped category plugin in highchart?
- Custom map with Highmaps adding mappoint series in latitude and longitude using proj4js
- How to Integrate Flot with AngularJS?
- Highchart's y axis overlay with another
- Highchart - change color of one x-axis label only
- How do you change the colour of each category within a highcharts column chart?
- Highcharts; disabling the tooltip for a single point renders a random little box
- HighCharts Dates not filling in on xAxis using JSON data feed
- Highchart bars lower half gets disappeared
- use Highcharts Api to show multiples values
- Is it possible to get / return Highcharts Axis values?
- How to reduce height of cell in highcharts
- Radar Chart Not working in React Highcharts
- Highcharts-limit display of categories