score:2
Accepted answer
Highstock doesn't offer a property that'll do it automatically.
It can be done manually: find the lowest & the highest y value in your data and assign them to yAxis.min
& yAxis.max
options:
yAxis: {
min: 380,
max: 600
},
Live demo: http://jsfiddle.net/BlackLabel/puzxykva/
Source: stackoverflow.com
Related Query
- Highcharts stocks - Scale candlesticks serie only
- How to show only the last 100 candlesticks or hide the first 50 candlesticks in Highcharts Stock Chart?
- Highcharts datetime axis, how to disable time part (show only dates)?
- Show only time labels on xAxis. Highcharts
- Filtering legend of a Highcharts by only visible series
- Disable Print Chart option only from HighCharts
- Highcharts - only show tooltip when hovering directly on point
- Highcharts - yAxis logarithmic scale and allowDecimals set to false not seeming to have any effect
- Highcharts polar spider with multiple y-axis scale
- Show label only every x number of steps in highcharts
- highcharts - removing decimal places on Y axis with only one point
- Highcharts - multiple plot with the same x scale
- Highcharts - Display only year in x axis and stop auto formatting
- Can I with highcharts column stacking on hover not highlighting the whole serie
- Dual axis using percentage and absolute value to same serie in Highcharts
- Only one highcharts using react-grid-layout can resize
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- Highcharts - change color of only clicked column
- How to show only specific x-axis values on datetime axis in Highcharts
- Highcharts - Global configuration with common code and unique data & Headings
- Show only first and last xAxis label in Highcharts
- Change height of Highcharts with JavaScript. By default only re-sizes on window re-size
- HighCharts area graph - show tooltip only on hover of marker
- Second yAxis does not scale according to series in Highcharts
- How to scale Highcharts height on window resize with React
- Highcharts - Gray out only title in legend
- highcharts have data Labels only on some points
- Highcharts Graph displays correctly ONLY on Window Resize
- HighCharts Stock Chart error code 18
- Highcharts - toggle auto scale
More Query from same tag
- Highcharts - CUSTOM DATA LABELS in line series, are disappearing on window resize
- How to load custom JSON data into Highcharts mapbubble?
- body click issue with highchart library
- How to show popup on highchart column click
- JSON Serialization in JSON.Net giving me Object when I need an Array
- How to make data from ajax become X axis in Highchart?
- JSON.parse: unexpected non-whitespace character after JSON data in javascript
- Printchart title in highcharts when clicking print button when chart title is null
- Django-Chartit 'source' must either be a QuerySet, Model or Manager
- HighCharts - Creating a Scatter with datetime
- How to assign .POST return value to a variable
- Highcharts stacked column chart is missing some values?
- How Can we display blocked area for particular timeline in horizontal bar in gantt highchart
- Highcharts doesnot reload or re-render chart on value change
- Switch between the view data table and the highcharts graph
- Increase Height Of Chart On Export
- Disable-Click on Legend in HighCharts Column Graph
- Highcharts Image click event
- Hightchart map pie : clic and hide specific pie
- high charts - how do I get a stacked graph to the full width?
- How to change the axis of Dual axes Graph
- Pass JSON Response to Highcharts Basic Line graph
- Locating the legend in Release Burndown Chart Code
- How can I change the distance between columns in highcharts?
- How can I add links in a Highcharts tooltip that will open on mobile's browser?
- How to set new data then reverse to original data in Highcharts?
- Vuejs Component Communication
- Angular Highcharts list of charts with ng-repeat
- Unable to draw Spline on secondary Y Axis (getting data from CSV file) using highchart
- How can I get a data label in my Highcharts Pie Chart that is a font-awesome icon?