score:2
You can set the color for the title and subtitle like you would set any other color in Highcharts :
title: {
style: {
color: '#FFCC00',
font: '16px Lucida Grande, Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif'
}
},
subtitle: {
style: {
color: '#FFCC00',
font: '12px Lucida Grande, Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif'
}
},
Source: stackoverflow.com
Related Query
- HighCharts, how to change the coloring on the headline on the y-axis?
- 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 set the interval of points on Y - Axis highcharts
- How replicate the value of Y Axis on both sides of the axis in Highcharts
- How to change the text color in Highcharts
- How can I change the unit at y axis dynamically at Highcharts?
- Highcharts how to change x axis options
- How to change axis label size when exporting in Highcharts / Highstock
- In highcharts how do I change the color of the line above the categories?
- How do I put Icons in the y Axis for a Dynamic Highcharts chart?
- Highcharts - how to create multiple y axis and group the data series
- how to display 2 same highcharts without duplicate the code
- 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 do I dynamically change the yAxis min, max and tickInterval in HighCharts
- How to change the bar color in Highcharts
- How to make the Y Axis values not start from 0 in highcharts? How to display forcefully display the last category data on X axis in HighCharts ?
- How to change the line color of a bubble in highcharts dynamically
- How to change highcharts graph axis colors on export?
- How do I plot the x axis line using Highcharts when pegged at 0?
- How to change the background series colour of Highcharts Radar 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
- How to change the interval of negative values? using Highcharts
- Highcharts - how to access category of multiple axis of the point from tooltip
- How do you change the height value when more items are added to highcharts dynamically?
- How I can change the axis both side in y axis?
- Highcharts - Column Chart Drilldown, how to change the drilldown bar color based on some value
- HIghcharts how to change values and ranges in the Y-axis
More Query from same tag
- Custom colors in R highcharter barplot
- Flow chart in Highcharts adding list and line breaks
- (kendoUI chart) Possible to reflow its size with a resizing window?
- Php to JSON passed thru to high charts
- Rails, Highchart maps - adding custom data
- Highcharts - drawing gridlines only up to the series
- Adding narrative to pie chart (highcharts)
- Moving dataLabels for a Highcharts timeline all to one side
- How to instruct highcharts scatter chart to print all dataLabels
- Load JSON Data into Highcharts Drilldown map Dynamicly
- highcharts.js add mouseOver function or hover states (implement breaks chart?)
- Highcharts export to svg
- add custom drop down menu in highcharts/highstock
- Highcharts not displaying after refresh
- how to add border radius on plotbackground area in highcharts
- Creating series/group titles in legend in Highcharts JavaScript pie chart
- javascript, change default position after zoom on highcharts maps
- Multiple X-axis values in highcharts
- Heatmap 0 data values are not aligned properly
- How to match columns height with spline in Highcharts
- Slow Highcharts performance with thousands of series
- Could not make Highcharts display in pdf
- Column Chart Show datalabel for null values - Highcharts
- Highchart multiple bar charts in a single webpage
- highcharts - show by month
- How do I adjust the initial range in hc_navigator
- How to create a scatter plot with non-numbers as values?
- MySQL, Highcharts: "operand should contain 1 column(s):" error
- Highcharts live update via EventSource not working
- How to show alone points, with {marker: {enabled: false}}?