score:1
Accepted answer
I can suggest two solutions:
add a second yAxis and set heights for both y-axes:
yAxis: [{ height: '50%' }, { height: '50%', top: '50%' }],
Demo: http://jsfiddle.net/BlackLabel/e0zhmyr7/
API: https://api.highcharts.com/highcharts/yAxis.height
- change the y values for x-range series in the current implementation
Source: stackoverflow.com
Related Query
- Position events below analog area in Highcharts combined line/timeline chart
- remove gap below highcharts area chart when all values are zero
- highcharts - Draw horizontal line outside the chart area
- Looking for a line chart drill down to area chart using Highcharts
- Adding space between the line and the fill in a Highcharts area chart
- Highcharts Line Chart with multicolor area
- Highcharts to display area range and line chart with data from a CSV file
- Highcharts (column, candlestick) show mouseover tooltip anywhere on chart similar to line or area
- Position single data label of highcharts pie chart centered below the chart
- highcharts line chart with same x value, how to handle click events
- Highcharts showing points on hovering over the line which are outside the chart area when the chart is zoomed in
- HighCharts turn animation false for line chart
- Highcharts => Getting the id of a point when clicking on a line chart
- Highcharts Area graph, use 2 fill colors above / below X axis
- Improve performance of Highcharts line chart
- Highchart Area Range chart with gradient that follows the line
- Can highcharts crosshairs show on top of area chart fill?
- Highcharts - best way to handle and display zero (or negative) values in a line chart series with logarithmic Y axis
- Change color of area chart programmatically in highcharts
- Highcharts line chart won't display line chart in IE
- Highcharts - How can I remove starting and ending padding from area chart
- Highcharts Area Chart - Specifying Area Color
- Highcharts - Scatter chart with a line connecting the dots in the series
- Highcharts - Position title under chart
- Highcharts line chart tooltips not showing correctly?
- Add dynamic data to line chart from mysql database with highcharts
- Highcharts chart going blank on zoomType: 'x' area range zoom?
- Highcharts reversed line chart is partially hidden at min value
- Highcharts - Bar - Setting the X axis width and the chart area width to be constant
- Highcharts 3.0, area chart with stacked and unstacked series - how to fix?
More Query from same tag
- Highcharts : Set an y offset to the series
- How to convert JSON
- In the following code i want to show the WHOLE names on x axis nd dont want them to overlap with the legend
- High charts, providing data for xAxis instead of Series
- Trying to default a legend value as hidden using logi info
- i want to show/hide y axis grid lines of highchart by onclick on button
- how to remove an extra series in highchart
- High charts date getting changed to random years
- Highcharts tooltip hidden behind second chart
- How to display data labels vertical?
- Angular JSON from API to an Array of value
- Gradient in column highcharts
- How to make plotline appear on line chart when data is same highcharts?
- High Charts : Equal spacing for X Axis for unequal interval
- Highcharts display scrollbar when zooming
- Is it possible to change properties of xAxis.labels individually in HighCharts?
- How to extend a line series as dotted only when checkbox is clicked?
- Making a specific chart clickable in highcharts
- Is there a way to change the shape of my nodes in my networkgraph?
- How to Control the highchart, based on external click event
- How to remove white space from pie chart in highchart.js?
- Does Highcharts redraw every time the dataset is changed?
- Highstock - Minimal Zoom
- Conflict with GSAP and Highcharts on the same page
- React HighChart Example
- How to make data from ajax become X axis in Highchart?
- Loading JSON string into a pie chart in highcharts
- In Highstock charts, Drill down not correctly showing when scrolled
- Javascript Error: Highchart Legend Tooltip Error on Doubling Up Charts
- "endOnTick" and "stopOnTick" seems to be ignored in highcharts scatter graph