score:2
Accepted answer
Your tickInterval should be in the correct order for the chart to end on your min and maxes:
yAxis:[
{
title: {
text: "Teplota (°C)"
},
gridLineWidth: 0,
min: -40,
max: 50,
tickInterval: 10
},
{
title: {
text: "Srážky (mm)",
},
opposite: true,
gridLineWidth: 0,
min: 0,
max: 500,
tickInterval: 100
},
]
Here's the DEMO
Source: stackoverflow.com
Related Query
- Incorrect minimum and maximum in highcharts
- 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 xAxis minimum and maximum values on Highstock?
- Highcharts - Global configuration with common code and unique data & Headings
- Can I set a minimum positive and a minimum negative axis value in Highcharts
- x-axis minimum value to 2 and tickinterval of 6 months using highcharts
- how to calculate the minimum and maximum of treemap
- How to set maximum and minimum value color of highcharts?
- set minimum and maximum values for axis' data in highchart
- Converted PHP code that built an array to JS and now highcharts doesn't work - what did I do wrong?
- How to display maximum and minimum value on the basis of date selected in High Charts?
- Why does the smallest bubble size of this Highcharts jsFiddle example seem incorrect and how do I fix it?
- How to Increase minimum point value and the color of series in advanced accessible charts in Highcharts by making it traverse
- Highcharts boxplot custom labels for maximum quartiles median and minimum?
- how can I use rangeselector and navigation in highcharts in the given code
- Highcharts datetimex axis incorrect start time and interval
- Calling Highcharts export to jpeg but the source is https and exporting is http (security warnings issued by browser)
- Incorrect data point value in highcharts navigator series when extending min and max date
- How to create a column range chart in Highcharts using range and navigator functions?
- Hide axis and gridlines Highcharts
- How to set Highcharts chart maximum yAxis value
- Customize tooltip and format the number to 2 decimal places of highcharts
- Maximum bar width in Highcharts column charts
- Loading Highcharts via shim using RequireJS and maintaining jQuery dependency
- jQuery UI Tabs and Highcharts display/rendering issue
- Displaying hours and minutes on x-axis with Highcharts
- Export Highcharts to PDF (using javascript and local server - no internet connection)
- Highcharts - How to programmatically toggle legend items and determine which items are selected
- Hiding _groups_ of series in Highcharts and jQuery: how to get acceptable performance?
- how to import highcharts with webpack and babel
More Query from same tag
- Link inside of a Highcharts tooltip
- Highchart the horizontal gradline below the 0 axis
- Get number and percentage on Highchart´s chart
- Possible to use Highcharts Scatter Plot with categories?
- Customize Highcharts desc tag
- Understand variable assigment in JS
- How to render Xaxes with time in hours, days, ... from 0 to infinity
- Highcharts: Parse multi-variable JSON data
- Add Sub categories to y axis on highcharts
- Highcharts grouping column, hide in tooltip
- Width for labels on x Axis with grouped Categories in Highcharts
- Highcharts-react not rendering on initial page load
- Dynamic High Chart no Displaying
- How do I disable interaction on a Highcharts chart?
- High Chart not load in Safari browser
- Adding flags to highcharts (not highstock) dynamically
- How to customize "Download CSV" functionality in HighCharts?
- Highcharts - add a second needle to a VU Meter with a different colour
- Highcharts two colors for fill of area chart
- Unable to customize the box to short single line in 'boxplot' type Highcharts
- Draw symbols between bars in highcharts
- Append onload or redraw event functions dynamically in Highcharts
- dynamically generating json from json for highcharts heap map chart using ajax
- highcharts tooltip formatter only shows first 8 characters in this.point.name
- Vue.js - Highmaps - change variable's value from inside chart
- HighChart Heatmap with JSON data
- Unable to set gape in Gauge Highchart
- How to add y value in piechart in highcharts as legend
- How to create dynamic color for highchart with dynamic dates?
- Knockout.js calling method outside of view model