score:4
Accepted answer
A very simple example:
First you have to create your new yAxis and set it's position.
{
title: {
text: 'Other data panel'
},
top: 300,
height: 100,
offset: 0,
lineWidth: 2,
opposite: true
}
Then, when you create your serie you in what yAxis it will be placed.
{
type: 'column',
name: 'Other',
data: otherData,
yAxis: 2,
dataGrouping: {
units: groupingUnits
}
}
You can see it working here.
Source: stackoverflow.com
Related Query
- Is it possible to have two Y Axis in a highstock chart from highcharts one on the left and another on the right?
- Is it possible in highcharts to have 2 charts, sharing the same x-axis, but next to one another?
- Highcharts line chart all points disappear when have more than one points with same X Axis
- Highcharts Chart Bar - How can I display in the chart, only one column from my HTML table?
- How to draw a chart from one array of data and make labels on the chart from another array of data? Highcharts v.4.0.4
- Is it possible to have the line chart data points in highcharts to be represented as a rectangle instead of a circle?
- Possible to connect the zoom on two Highcharts graphs?
- Highcharts - Bar - Setting the X axis width and the chart area width to be constant
- How to extract the data from highstock chart
- AJAX displaying values from two different functions in a single Highcharts chart instead of two different ones
- HighCharts - Show categories in x axis intead of the value of x in Bubble Chart
- Compare two data points inside the tooltip in a Highcharts combination chart
- Why do I have the issue 'property assigment expected' when I want to display a chart on my web page using highcharts
- Highcharts - position column chart from the top
- How to hardcode chart data in my Model then have my Controller pull it from there to display it. Using Highcharts
- Is it possible to have multiple highcharts with one id?
- Highcharts - is possible to have stackLabels only for a subset of the series?
- How to make the Y Axis values not start from 0 in highcharts? How to display forcefully display the last category data on X axis in HighCharts ?
- Click a point on a highcharts graph from outside of the chart
- Highcharts - How do I keep both line points in from splitting between the two bar charts
- Limiting the Highcharts x Axis while the chart extending During Ajax Drill Down
- Highcharts & Angularjs: update chart from $broadcast in the main controller doesn't update the chart like a $watch would in the chart's controller
- Strange character in the Highstock source code
- I am using click event to trigger a new page to generate the drill down data from highcharts however the entire chart is being generated
- highcharts from HTML table does not getting the x axis key
- x Axis Labels are cut off from Highcharts Column Chart
- Highcharts - how to access category of multiple axis of the point from tooltip
- Highstock.js: Not able to create multi pane chart with two stacked column charts, one "normal" and the other "percent"
- Highcharts :: Need to split y-axis from primary body of chart. Can I display this axis separately from the Highchart?
- HighCharts Line Chart draw y axis line for entire line points and only one line
More Query from same tag
- Keeping x axis at bottom of highchart
- Displaying datatable in highcharter tooltip
- Highcharts: Need heatmap with month and date
- Several Series with the same xAxis data in HighChart
- Highcharts: stacked bar chart with different ranges of scales
- How can I fix the error #17 "The requested series type does not exist" error when trying to display a highcharts graph in Vue.js?
- How to get the angular component class reference inside an emitted Highcharts selection event callback function?
- BootStrap - Model Binding and HTML5/CSS3 support?
- Adding a pattern fill to a black and white column graph in Highcharter
- In highcharts, how do I get all categories showing with multiple series and xAxis type set to category?
- Highcharts multiple yaxis plotband collision
- How to set Highcharts object configuration globaly with vue-highcharts?
- How i can get the 2 decimal places?
- highcharts - avoid repeating same date on x axis with different time
- Angular 8 highcharts How to pass custom data to drilldown event in Highcharts
- In highCharts so much space left for each category when using index with data
- Calculating percentage value for each serie in highcharts
- I need to show multiple axis, which is having constant values in the x-axis and dynamic values in y-axises
- Variable changing value at each function call
- Adding space between the line and the fill in a Highcharts area chart
- how do you call getJSON inside the highchart section
- express json object in highcharts
- How to display rounded corners in a highcharts column on a Y Axis that starts above 0
- Is there a way to increase the sensitivity of a specific point, in the purpose of showing a tooltip?
- Highcharts issue when start index is less than 0
- When there is a plotband and a plotline emerging from yAxis how to set a particular width for plotband only in highchart
- Destroy method does not reset the chart index
- data in x-axis in highcharts with 15mins timeblock
- Having Several Units on Highcharts Spiderweb
- How can I do dynamically updated HighCharts with StockCharts?