score:1
Accepted answer
You need to only format the second y-axis labels:
yAxis: [{...}, {
...,
labels: {
formatter: function() {
return 3.3 / 4096 * this.value
}
}
}]
Live demo: http://jsfiddle.net/BlackLabel/gbhe64n1/
API Reference: https://api.highcharts.com/highcharts/yAxis.labels.formatter
Source: stackoverflow.com
Related Query
- How can I set the units on multiple axis on Highcharts
- how to set the interval of points on Y - Axis highcharts
- Highcharts - how to create multiple y axis and group the data series
- How can I set the alignment for individual axis labels in highcharts?
- My Highcharts graph with multiple axis ignores the max value I set for the first yaxis
- How can I set the crosshair in highcharts to a default position?
- Highcharts - how to access category of multiple axis of the point from tooltip
- How can I update the data in highcharts for both x axis & y axis?
- How to set the x axis of HighCharts to intake DateRange
- How can I align the scale on my HighCharts graph with the axis rather than the margins?
- Highcharts: when having multiple columns for the same X axis value, how can I get 1 tooltip per column?
- how can I use rangeselector and navigation in highcharts in the given code
- How to set the width within axis label in highcharts
- How to set columnrange width to expand the length of the x-axis in multiple data series in Highcharts
- how to set the interval of points on Y - Axis highcharts
- HighCharts - How can I turn off the points?
- How can I change the colors of my highcharts piechart?
- How replicate the value of Y Axis on both sides of the axis in Highcharts
- How can I get the max value of a y axis at highcharts?
- How can I force multiple y-axis in Highcharts to have a common zero
- How can i hide all the Series in highcharts at a time
- How can I remove the white border from HighCharts pie chart?
- Javascript Highcharts v3.0.5 - How to hide Y Axis Title when using multiple Y Axis
- Highcharts - How to set custom colors for the series
- How can I change the unit at y axis dynamically at Highcharts?
- Highcharts Bar Chart - How to set the minimum bar width/length
- How can I delete all of the points from a highcharts series
- How to set the z-index of points on a HighCharts scatter plot?
- How can i keep the color the same in highcharts
- Highcharts (Highstock) how to manually set the navigator selected range
More Query from same tag
- HighCharts datetime xAxis without missing values (weekends)
- Highcharts x-axis label not corresponding with value in tooltip
- adapting text to highchart tooltip max width
- How to remove white space from pie chart in highchart.js?
- Change shape color in Highmaps programmatically
- Highcharts - XAxis Label with LineFeed - how to make smaller gap?
- Resize Highcharts chart in Angular UI Modal
- Highcharts spider chart with radial gradient fill not centered
- How to push data into highchart with just one decimal place?
- Highcharts showing image in tooltip and get column index
- Strange tooltip behavior with long series in highcharts
- Show all labels in highcharts horizontal bar graph
- How can I change icon of the custom stock-tool button on click event?
- Building HighCharts-Export Server 2.1 Fails
- Simple Highcharts chart not working in Firefox
- Buttons not working on subsequent tabs to redraw chart in Highcharts
- jQuery Highcharts double donut chart (donut within donut)
- How to transform dict in list with JavaScript to return in Highcharts
- Highchart uncaught error - Uncaught TypeError: $(...).highcharts is not a function
- Highcharts - Gantt Chart plot issue
- Resizing Highcharts data when creating Graph when over 100
- GWT: HighChart error '$wnd.Highcharts' is null or not an object
- Highcharts combination chart: how to put lines above columns (shift/offset)
- HighChart : plot line and plot click event
- Highstock: label the y-axis Maximum
- Highstocks epoch time mismatch with time zone
- Highchart legend based on unique series/names
- Variable changing value at each function call
- Highchart timedate format
- Highcharts csv export issue