score:1
You may want to take a look at the dual-axis chart example. Basically, you just need to make sure that you define your data in separate series, with different y-axes.
var chart = new Highcharts.Chart({
//...
yAxis: [
//your yAxis definitions
],
series: [{
name: "Apples",
yAxis: 0, //the index of the yAxis definition you want to use
data: [1,2,1]
}, {
name: "Oranges",
data: [10,9,11]
}, {
name: "Peaches",
data: [100,120,150]
}]
})
Source: stackoverflow.com
Related Query
- highcharts and different yAxis for different categories
- Decimal values for yAxis categories in Highcharts
- Highcharts series showing different data for 'column' and 'line' chart
- Highcharts for multiple plot lines each with a different color and show tooltip?
- Different xAxis label, max and colors for drilldown in Highcharts
- highcharts how to make x and y axis starting on the same zero using categories on yAxis
- Different ToolTip text For Links and Nodes in Highcharts Sankey Charts
- Highcharts - Providing different range value in positive and negative side for Y-axis
- set different colors for each column in highcharts
- Highcharts - set maximum range for yAxis but keep axis dynamic within that range
- Highcharts graph X-axis label for different date ranges
- Highcharts - how to properly update series[0].data and yAxis title of a VUMeter?
- Highcharts shared tooltip requires different valueSuffix and varying decimals
- Plotting seconds, minutes and hours on the yAxis with Highcharts
- Remove space between yAxis and data in highcharts
- Population pyramid for different regions in Highcharts
- Highcharts - yAxis logarithmic scale and allowDecimals set to false not seeming to have any effect
- display content on highcharts Xaxis and Yaxis title in form of subscript and superscript
- Different border for selected column in highcharts
- Why are the labels for my opposite yaxis in Highcharts not showing up?
- Highcharts shared tooltip for line series and scatter plot not working
- highcharts different colors for selected columns
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- Highcharts - Global configuration with common code and unique data & Headings
- Data with timestamp group to month(like Jan, Feb, March) and showing as total count for month in Highcharts
- Swap categories and labels highcharts (bar plots)
- Highchart Zoom and X-Axis with String Array for Categories
- highcharts donut pie - different color for the data than its drilldown
- Changing yAxis and plotOptions for drilldown
- Highcharts show the same yAxis start and end value with multiple data series
More Query from same tag
- HighStock Depthchart is updating the data strangely
- Update Highcarts series data form axios request in VueJS
- Accessing Highcharts when used with jQuery
- Highcharts: Bar with negative stack - Place title text at each side
- Highcharts: Dynamically change single column width to highlight one sample
- Draw variable number of series with highcharts-vue and axios
- Highcharts skip columns when plotting
- How can I replace the term "Week" in highcharts Gantt Chart Timeline?
- hide zoom text on rangeSelector
- Highcharts Error #13 for bullet charts
- Highcharts drilldown in stacked area chart
- How can i change symbol in tooltips on a chart? HIGCHARTS
- How to add multiple axis without multiple series on highchart?
- Highcharts - set yAxis.max to max value from data
- Highchart is not showing inside bootstrap div
- Highcharts error #13 and AngularJs
- SyntaxError: missing ] after element list PHP, Jquery & Highcharts
- How to use custom JSON (not GeoJSON) with Highcharts map?
- present halo animation in Highmap
- Implementing High charts with PHP and Mysql
- How to extract data from an interactive chart?
- Highcharts change plotBackgroundColor dynamically
- Highchairs Tooltip not showing accurate date time
- Highcharts events issue with plotbands in Date Range Line Series
- Is there any method to select only one series marker state in highcharts?
- Highcharts: Renderer positioning issue on different screen size breakpoints
- HIGHCHARTS Areaspline Dynamic data graph gives poor result
- Laravel 8 Inertia HighCharts not being imported in the app.js
- Shiny: Add new series to Highcharts plot on button click
- Create array from string - with complex types for highchart