score:4
Accepted answer
Via @hfrntt, this works as a temporary fix :
$(chart.yAxis[0].axisTitle.element).text('New Label');
score:-2
// this works as correct implementation and not a fix.
chart.yAxis[0].setTitle({'text':'My text'});
score:1
What you've described should be correct. I've experimented with something just as simple: setting the chart title.
var chart = //... Simple chart definition
$button = $('#button');
$button.click(function() {
chart.setTitle("Garbage");
chart.redraw();
});
This simple example should also work, so I suspect you may have found a bug.
Source: stackoverflow.com
Related Query
- Change HighCharts axis title
- Change HighCharts axis title in 2.1.4
- HighCharts - Dynamically Change Axis Title Color
- Programmatically change a chart title in highcharts
- Change title when drilldown in Highcharts
- Javascript Highcharts v3.0.5 - How to hide Y Axis Title when using multiple Y Axis
- Highcharts how to change x axis options
- Change Y Axis vertical line color in Highcharts
- How to change axis label size when exporting in Highcharts / Highstock
- Highcharts exporting.js change menu hover title text
- Highcharts - stop Y axis value change on redraw
- highcharts change rendered image source on click
- Change Style of Title in HighCharts in ActionResult
- Display percentage change in the title of Highcharts timeseries
- How to change highcharts graph axis colors on export?
- How to add title of axis in Highcharts
- Highcharts Spider Chart, change axis ranges
- Highcharts - change group padding and column width on category axis
- highcharts y axis label with offset is hidden when chart has no title
- how to change the title in highcharts
- Highcharts / highstock how to change title of chart in IE?
- How to change the color of a custom renderer text to the title color in Highcharts
- Highcharts Highmaps How to change value for color axis in map bubble
- Change X axis label on Drill Down using HighCharts
- Change the series title in a Highcharts drill down legend
- Highcharts how to use column title as X axis and not as Legend
- build a "double divergent" axis title in HighCharts
- Change highcharts axis value based on User Selection
- Can we show the title hover over x axis/y axis text in highcharts dumbbell chart?
- How to change code in "Pie Chart" in HighCharts
More Query from same tag
- R - arrange bars in grouped hchart
- Irrelevant graph lines in highchart
- Date not showing on highstock chart
- Laravel and Charting - Determine The Difference Between Datatimes
- Android Highcharts DialogFragment
- How to make Tick lines around Solid Gauge in Highcharts
- Highcharts: stacked bar chart with different ranges of scales
- Highcharts - XAxis Label with LineFeed - how to make smaller gap?
- Highcharts live update via EventSource not working
- How to turn Highchart scrollable?
- Highchart : xaxis Adding extra Dates randomly
- Convert R to Javascript for highcharts.js
- Highstock- show full data sets on x axis
- HighCharts Pie Chart - Add text inside each slice
- Hide or Disable Legend or Label in the end Highcharts line
- Combination charts - Word chart with bar chart
- how to plot multiple time series in the same graph with customized x axis
- Highcharts yAxis self-adaption issue
- Gantt Chart in HighChart?
- How do you save a Highcharter chart as a gif in R?
- Highcharts in Yii2
- Highcharts stacked bar graph as timeline
- Negative values causes wrong y-axis highcharts
- I cant save my highchart chart data in localStorage
- Highcharts Pie Chart turning off data label
- Is it possible to reparent the high charts legend?
- High charts tooltip location issues
- how to set negative axes intervals in highcharts
- Javascript data loading issue
- How to change style of selected point in highcharts?