score:1
Accepted answer
You can get the color by: chart.title.styles.color
. Example:
var chart = Highcharts.chart('container', {
...
}, function(chart) {
chart.renderer.text('Some text', 40, 80).css({
color: chart.title.styles.color
}).add();
});
Live demo: http://jsfiddle.net/BlackLabel/10u2nLay/
Source: stackoverflow.com
Related Query
- How to change the color of a custom renderer text to the title color in Highcharts
- How to set series-label to false by default and change the color of series label text in highchart
- How to change the text color in Highcharts
- How to change series legend text color in HighChart chart?
- How to Change the color of the text in donut chart
- How can I put custom color in High Charts PIE data | Slice and want to change slice text
- How to change the Highchart plotline color for theme
- How to remove default Hover text and display the custom text title on hover Donut chart Highcharts
- How to change color on the Highchart Sparkline line only?
- how to disable the color change on mousehover in sankeycharts Highchart . { hover: {color: '#a4edba',opacity: 1,filter: {type: 'none',}}} didnt work
- How to change the font family of Highchart to Bootstrap css default font family
- How to disable the on-hover color change in Highcharts?
- How to Change Highchart Column Color Dynamicly
- In highcharts how do I change the color of the line above the categories?
- Need to change title color donut highchart
- how to change color of line chart in highchart based on a categorical column in r?
- How to change the background color of measure tool in stock chart in highstock?
- How to change the color of highcharts series graph to black & white during downloading it as an image?
- How to change text color of bubble on Highmap on select state?
- Change the color of legend symbol highchart
- Highcharts: How to change the border color of RangeSelector Input Boxes in StockCharts?
- How to change the bar color in Highcharts
- How can I change the color of legend points?
- How to change the color of single point in spiderweb chart
- how to add an color picker control to highchart for changing the color of series by user
- how to change bar hover color of highchart dynamically?
- How to change the line color of a bubble in highcharts dynamically
- How can I change the color of the selected point in Highcharts?
- How to change the chart title dynamically on tooltip hover in the points Highcharts.. React JS
- How can I change icon of the custom stock-tool button on click event?
More Query from same tag
- High Charts fails to add series dynamically
- R - Highcharter: Drilldown on stacked column graph
- Chart wrong xAxis categories when adding a plotBand on click
- how to add dynamic xaxis category label name in new point highchart
- Highchart series did not draw
- How do you convert time series data with pandas and show graph via highstock
- Highstock - Can't update using value from file, data type?
- how to show one more array in the tooltip using highchart?
- Highcharts yLow / yHigh not working
- highcharts mouse over/out events fired in wrong timing
- Error on rendering Highstock date
- Highcharts 3D Pie
- How to remove empty space between bars in Highcharts polar chart?
- Performance issue with Firefox on Highcharts and Highstocks
- Hide Data Labels in Pie Chart below 400px width - Highcharts
- Highstocks - Step line does not appear on chart export
- HighCharts graphs are not showing in IE
- Highcharts - chartanimation step by step
- How to implement a gauge solid chart in JSF
- How to Integrate Flot with AngularJS?
- How to remove tick lines from secondary y axis in highcharts heatmap graph
- highcharts column charts show sum single 0 when entire column data total is 0
- JSON format for Highcharts line and bar graph
- How to extract data fron json to javascript highchart?
- How to stop plotting the graph if data is blank and continue if data is there on the y-axis in base line highcharts
- Highcharts. Async loading part of the data
- How to change the defualt behavior of drag event in Highcharts or Highstock?
- Determine trend line types available in HighStock charts
- How can I fix the navigator issue in highstock when I have more than 1 series in different time intervals?
- Question on Highcharts SVG element create / destroy using Highcharts.SVGRenderer