score:2
Accepted answer
You can use the axis.setTitle
-method, as in this JSFiddle example.
The method takes in the parameters:
setTitle(Object title, [Boolean redraw])
Example code would be:
chart.yAxis[0].setTitle({ text: 'The other title' });
The yAxis
is an array since there may be multiple y-axis.
Source: stackoverflow.com
Related Query
- How do I dynamically change the yAxis min, max and tickInterval in HighCharts
- How to center the yAxis title in Highcharts
- Highcharts: how to change the yAxis title programatically?
- how to change the title in highcharts
- How to change the color of a custom renderer text to the title color in Highcharts
- How do you change the colour of each category within a highcharts column chart?
- How can I change the colors of my highcharts piechart?
- How to change the text color in Highcharts
- Highcharts - how to properly update series[0].data and yAxis title of a VUMeter?
- In highcharts how do I change the color of the line above the categories?
- How To Dynamically Truncate The Y-Axis Title On Chart Resize/Reflow In Highcharts
- how to display 2 same highcharts without duplicate the code
- How to change space value between grid and yAxis in Highcharts line chart
- How to change the color of highcharts series graph to black & white during downloading it as an image?
- How to change the defualt behavior of drag event in Highcharts or Highstock?
- How to add a border to the title in highcharts
- How to change the bar color in Highcharts
- How to position a Highcharts title on the right of the chart?
- Highcharts how to align two charts yAxis on the same line
- How to change the line color of a bubble in highcharts dynamically
- How do I completely hide the chart title in a HighCharts chart?
- Display percentage change in the title of Highcharts timeseries
- Highcharts -> how to add vertical title to bar? how to make the symbol in the legend a rectangle?
- How to change the chart title dynamically on tooltip hover in the points Highcharts.. React JS
- How to sort the yaxis in descending order if tickpositions in highcharts are used?
- How to change the background series colour of Highcharts Radar chart
- How to set Highcharts xAxis position on the yAxis zero value (negative/positive chart)?
- How can you change the "label" (valueSuffix) on a highcharts gauge after the gauge has been created?
- highcharts how to make x and y axis starting on the same zero using categories on yAxis
- In highcharts how can I provide data with values x, y, title so that I can put the title in the tooltip?
More Query from same tag
- Display bar as an arrow with Highcharts
- highcharts change rendered image source on click
- syncing Highcharts horizontally that range in number of y-axis titles and also no y-axis titles
- Highstock table data: navigable with the range selector and the navigator - scrollbar
- Highcharts how to align two charts yAxis on the same line
- HighChart pie does not display any data
- Hightchart x-axis to top
- How to make the legend come in the image in highcharts?
- Loading string data from table gets parsed as Date on Chrome - Highcharts
- Highcharts for multiple plot lines each with a different color and show tooltip?
- Highcharts step & offset x axis labels?
- Highcharts and Ajax using php
- How do I add secondary axis to highstock charts?
- resizing multiple highcharts in a table
- Unable to perform xAxis[0].setCategories & series[0].setData
- How do I prevent Highcharts from truncating categories?
- how to fetch data from json file in highchart
- highslide and highchart
- Multiline js chart with support for irregular plot intervals
- Highcharts stock chart - Technical Indicators - Stock price is missing in the tooltip when selecting the 'All' range
- Color area between two lines based on difference
- HighCharts Multiple Point selection - access/update getSelectedPoints array immediately after point select
- How to load data dynamically into highcharts charts
- Why does this Highcharts graph only show tooltip for the first and last nodes?
- Highcharts: How do I set dynamic data to the drilldown pie chart?
- Parse data from specified columns highcharts.js
- HighStock Library: How to keep the same color for each segment in case of selecting
- Highcharts adding labels/columns with no data
- Create six chart with the same rendering,different data (highchart )
- how to give different names on tooltip for one series in highcharts R