score:2
Just found the way - posted this question too fast :)
One can assign the y axis to a data series in the data series definition, using the property yAxis.
This is the example from Highcharts.com
{
name: 'Sea-Level Pressure',
type: 'spline',
yAxis: 2,
data: [1016, 1016, 1015.9, 1015.5, 1012.3, 1009.5, 1009.6, 1010.2, 1013.1, 1016.9, 1018.2, 1016.7],
marker: {
enabled: false
},
dashStyle: 'shortdot',
tooltip: {
valueSuffix: ' mb'
}
}
Source: stackoverflow.com
Related Query
- Highcharts - how to create multiple y axis and group the data series
- Highcharts show the same yAxis start and end value with multiple data series
- How to have multiple highcharts with different series data in vuejs without repeating code
- Highcharts pie/bar combo. How to load json and how are the data series expressed
- How to set columnrange width to expand the length of the x-axis in multiple data series in Highcharts
- How to get multiple data series into Highcharts
- Highcharts with JSON data and multiple series
- How to render the missing data series and fix the dates on the x-axis in Highcharts?
- How to feed series data that has x axis and y axis values in line highcharts?
- Highcharts - how to show/hide multiple data labels on mouseOver and mouseOut
- how to plot multiple time series in the same graph with customized x axis
- How could you supply multiple series to a line chart in R shiny using highcharter package and without hardcoding the series?
- How to create pie chart with only 1 series data and have background be a circle
- 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 ?
- Highcharts multiple x axis and yaxis. The width of the 1st x-axis is not in sync with browser resize
- how to continue the graph line when missing series of data in middle of highcharts
- How to use jspdf to print and download the multiple highcharts contents in pdf format
- Highcharts series doesnt show data and render the chart
- How to set the padding and placement if we have more than 16 data in the series
- How to stop plotting the graph if data is blank and continue if data is there on the y-axis in base line highcharts
- Highcharts - three series using left Y axis and the fourth using the right Y axis
- How to add a vertical plot line in multiple line series and show the tooltip on Plot line in highchart
- Highchart Line chart – data series with multiple axis - 2nd series placed in the middle of X axis
- highcharts how to make x and y axis starting on the same zero using categories on yAxis
- Highcharts - how to access category of multiple axis of the point from tooltip
- How can I prepare a Group Stacked Bar Chart in Highcharts using multiple and different types of data?
- How to add multiple series dynamically and update its data dynamically
- Highcharts : How to remove the gap between series and vertical axis?
- How do I create data binding between highcharts and Polymer 1.0
- How can I update the data in highcharts for both x axis & y axis?
More Query from same tag
- Make HTML element fill rest of page
- Highcharts in the Rails Assest Pipeline not Loading
- How to draw line from Data label to Marker in Highchart Scatter Plot
- Access props and state of current component in React JS within an event handler
- How to set the highchart and the table horizontally?
- Highcharts does not work with wicked_pdf
- How to convert string array to ints to use with Highcharts
- Highstock show avegrage values of selected Area
- Referencing a JSON object created in Java through javascript in the one JSP page
- File loading a Csv file into highcharts
- Highcharts - Adding css to highcharts legend
- Higcharts - marginBottom does not let rendering xAxis series ellipsis
- Chartkick Datepicker/Range Selector - Possibility to choose dates to show data
- Highcharts-browserify desn't work
- running highcharts with flaskr and jinja2
- highstocks hozontal line won't draw
- Set zero for missing data in highcharts
- HighCharts: Can I call the Exporting functions directly?
- How add months as a x-axis to stock chart/ high charts
- remove the single quote from json data, highchart dotnet api
- Highcharts - Cross browser charts have different Y axis ranges, how can I ensure consistency?
- Function to change the Highcharts fontSize
- Labels are not rendering for plotLines highcharts
- Highcharts dynamic set category update the chart but shows only points but not lines
- Can't generate large heatmaps using highcharts
- Highcharts | Chart Zoom & Span | Zoom with LMB and Span wih RMB
- Calling javascript function from highcharts plotOptions
- Add label to column chart of Highchart
- Highcharts JSON load issue
- How to disable animations on Highcharts Dotnet C# MVC?