score:4
Accepted answer
Yes it is possible. You can control the axis labels by using the same min, max, and tickInterval for both axis. In the following example I use the following on both series:
min: 0,
max: 600,
tickInterval: 50,
score:0
Highcharts also has the functionality to link multiple axis together using the linkedTo attribute. All you have to specify in the properties of an axis is what axis it is linkedTo by specifying its index in the array of axes.
yAxis: [
{ // Primary
title: {
text: "Label for first Axis"
}
},
{ // Dependent Axis
title:{
text: "Label for dependent Axis"
},
linkedTo: 0
}
]
Source: stackoverflow.com
Related Query
- Highcharts show the same yAxis start and end value with multiple data series
- show two different series with different start intervals with the same xAxis highcharts
- Highcharts with JSON data and multiple series
- Highcharts - how to create multiple y axis and group the data series
- Highcharts series doesnt show data and render the chart
- My Highcharts graph with multiple axis ignores the max value I set for the first yaxis
- HighCharts: Compare the series data with each other and show percentage
- Highcharts : using same div to load a chart multiple times with different series data
- How to have multiple highcharts with different series data in vuejs without repeating code
- Why does highcharts sankey chart sometimes combine multiple nodes with same node name but different Id into one and hide the lines?
- HIGHCHARTS - Given a series with UNIX stamps and values pairs for the data, how do I show only the date for the first and last point on xAxis?
- Drilldown on multiple Highcharts with the same data
- Highcharts data series issue with ajax/json and PHP
- Add a gap between the second and third series in a Highcharts column plot with four series displayed
- Plotting seconds, minutes and hours on the yAxis with Highcharts
- Highcharts - multiple plot with the same x scale
- Highcharts: update series on multiple charts with same data
- Highcharts - Global configuration with common code and unique data & Headings
- Highcharts not displaying series data for graph with multiple Y-axes
- Highcharts- how to set yAxis to the closest or exact value in the series data
- Highcharts series graph to start and end on tick and end on max
- Showing multiple data with same x and y in highchart
- Several Series with the same xAxis data in HighChart
- Change chart type and redraw with multiple series in Highcharts
- Highcharts shared tooltip between charts with multiple series and shared tooltip
- Highcharts: make y-axis extremes the same for two data series with different units
- Highcharts plotLines with multiple xAxis and yAxis
- Display multiple points with exact same value in scatter HighCharts
- Highcharts shown in multiple divs with the same name
- Strange behavior with highcharts when using "column" type and multiple datetime series
More Query from same tag
- Plot php data into Highmap : HighCharts
- Highcharts - How to draw Confidence Intervals
- Highcharts | Chart Zoom & Span | Zoom with LMB and Span wih RMB
- jsPDF - Getting black images on IE, but works fine on Chrome and FireFox
- Is there a way to have one series name for multiple series without duplicating the series name in the tooltip?
- HighChart flags Data load issues
- Is there any way to show the summation of area charts value in highcharts without using a line chart? I would like to know other alternative
- highchart's line chart with constant series not plotting when using linear gradient colour
- highchart : Add the series name on the column chart
- Remove padding from barcharts Highcharts.js
- Add Extra info like Data attribute or id in heat map highcharts jquery
- How to add dots to Highcharts legend and bars?
- HighCharts trouble with the x axis
- How to render efficiently few hundreds of angular highcharts in the browser without crashing?
- Highcharts data doesn't show up correctly
- Column Labels in Sankey Charts in Highcharts
- Highcharts column w/ overlapping goal
- Highcharts - set maximum range for yAxis but keep axis dynamic within that range
- Rails 3: Creating compact array for highcharts includes nil, but shouldn't
- How to set reset zoom button and title to exactly center of the high charts
- HighCharts Render Annotated Queryset in Jinja2 Template
- HighCharts and Javascript to pass data as array
- JQuery, High Charts, not finding function?
- Highcharts pie dropdown showing labels inside the pie
- Using custom fonts with Highcharts
- Scrape data from graph generated with Highcharts
- How to delete text scrolling by X in Highcharts
- Highcharts.js DateTime on x axis coming from JSON only displays number
- Highchart from Mysql not working
- jsPDF not rendering highcharts image on Edge browser