score:22
Accepted answer
For example using drilldown
and drillup
events (API), a couple of variables and Chart.setTitle
(API). Like this:
var defaultTitle = "Basic drilldown";
var drilldownTitle = "More about ";
var chart = new Highcharts.Chart({
chart: {
type: 'column',
renderTo: 'container',
events: {
drilldown: function(e) {
chart.setTitle({ text: drilldownTitle + e.point.name });
},
drillup: function(e) {
chart.setTitle({ text: defaultTitle });
}
}
},
title: {
text: defaultTitle
},
// ... more options
});
Source: stackoverflow.com
Related Query
- Change title when drilldown in Highcharts
- Programmatically change a chart title in highcharts
- Change HighCharts axis title
- Javascript Highcharts v3.0.5 - How to hide Y Axis Title when using multiple Y Axis
- How to change axis label size when exporting in Highcharts / Highstock
- Change HighCharts axis title in 2.1.4
- Highcharts drilldown - when useing setData chart doesn't stay drilled down
- Highcharts - show at least 5 horizontal grid lines, even when value doesn't change
- Get name of clicked point in Highcharts when the point has drilldown
- Highcharts xAxis drilldown dont change correctly
- Highcharts exporting.js change menu hover title text
- Highcharts - How do I dynamically change Marker radius when zooming?
- Multi-Line Title is not working when we export to PNG using CanVG - Highcharts
- Highcharts --- Change sliced color on drilldown pie chart
- HighCharts - Dynamically Change Axis Title Color
- Highcharts: Change the Legend TItle on drilldown
- highcharts change rendered image source on click
- Drilldown and title update in Highcharts pie
- Change dataLabels font size when zooming in Highcharts bubble graph
- Highcharts drilldown not working when module is imported react
- Change xAxis and yAxis title of drilldown chart after entering into second series
- change datalabels color in a HighCharts chart when hovering without updating the series
- highcharts change series color when data is dynamically inserted
- Change Style of Title in HighCharts in ActionResult
- Display percentage change in the title of Highcharts timeseries
- Highcharts legends are overlapping when i change language to arabic
- Highcharts : Change color of series when hovering other series
- HighCharts title styles i.e textDecoration property not applying when we export the chart using canvg
- Highcharts - Change value of text box when drilling down through chart
- Update chart title when drilling up and down in highcharts
More Query from same tag
- Highcharts { pie } - style for only for sliced out slice
- Including jquery and highcharts library
- date time plotting in highcharts
- Highcharts position tooltip at the middle of stacked bar
- Highcharts.map depreciated warning
- HighCharts: Variwide Column Stacked Chart
- Highcharts percentage of total for simple bar chart
- How can I get highcharts barChart bars to always fill the container?
- Highcharts Pyramid Chart displays no data with JSON, PHP
- How to use axios to fetch data from servlet and then crossfilter it and display via highcharts
- how to give different names on tooltip for one series in highcharts R
- How to drilldown a pie highchart into multiple containers using renderTo or redraw method?
- Possible to use xAxis with type "datetime" and yAxis with categories?
- How to format Highstock range slider date and time formatting
- dynamically set height of chart when printing Highcharts
- jQuery traversal to build array vs extra html output
- Highcharts - Indicator's data not showing in line chart
- Highcharts: circle with image background
- highcharts exporting - Java approach, maxWait property
- Angular 11 ,loading ~150 highcharts in one page , performance is bad, ui freeze
- how can i change position of inputs in high charts high-stock?
- Is it possible to position Highcharts dataLabels depending on the value?
- Error: GET http://mywebsite.com/tmp/highchart_oqoCdS 403 (Forbidden)
- Display sankey in old browser version
- JSON data from URL
- Highcharts: How to pass the color parameter with data and dates to the bar chart?
- highcharts dynamic categories not working
- Highstocks How to change the font of the buttons of the range selecotor
- Highcharts bubble chart datalabels not display
- Highcharts - Dealing with small values in Funnel chart