score:28
Accepted answer
That theme uses font instead of fontSize. So, it's legend is defined as:
legend: {
itemStyle: {
font: '9pt Trebuchet MS, Verdana, sans-serif',
color: '#A0A0A0'
},
itemHoverStyle: {
color: '#FFF'
},
itemHiddenStyle: {
color: '#444'
}
},
If you define your's with both font and fontSize, it'll work (seems like a bug to me, but maybe it's a feature):
legend: {
itemStyle: {
fontSize:'20px',
font: '20pt Trebuchet MS, Verdana, sans-serif',
color: '#A0A0A0'
},
itemHoverStyle: {
color: '#FFF'
},
itemHiddenStyle: {
color: '#444'
}
},
I assume the title has the same thing going on.
Source: stackoverflow.com
Related Query
- Highcharts legend font sizes
- Highcharts legend symbol sizes for scatter charts
- Highcharts - PDF export format issues. Font sizes etc
- Highcharts - PDF export format; font sizes for bar chart axis
- HighCharts Hide Series Name from the Legend
- How to modify highcharts legend item click event?
- Hiding a Highcharts series without using the legend
- Disable-Click on Legend in HighCharts Column Graph
- Changing Highcharts font size
- Highcharts - Change legend index order
- Highcharts - How to programmatically toggle legend items and determine which items are selected
- Add series total to legend in Highcharts
- Highcharts - How to display legend symbol inside the tooltip
- Filtering legend of a Highcharts by only visible series
- Add tooltip to legend in highcharts when hovering
- Highcharts 3.0 Bubble Chart -- Controlling bubble sizes
- Highcharts - Legend Positioning outside the chart
- Display legend items in two columns highcharts
- Highcharts add legend on export
- Highcharts set legend height
- Is it possible to hide the line & symbol next to Highcharts legend items?
- Highcharts Legend Title Horizontal Align
- Turn long list of items in Highcharts legend into dropdown
- Highcharts legend item hover event?
- How to Check and Uncheck all the Legend elements in HighCharts Linechart?
- Grand Totals in HighCharts Pie Chart Legend
- HighCharts Pie Chart Legend value alignment
- Highcharts Legend Custom HTML
- Highcharts Symbol in Legend
- Highcharts Legend Overlaps with X-Axis
More Query from same tag
- Highcharts - PDF export format issues. Font sizes etc
- Highstock Data Grouping to Use Last Data Time as Index
- Dynamically changing subtitles at various drilldowns in treemap in highcharts?
- Sending javascript function with JSON is possible?
- Loading large amount of data incrementally using ajax
- Using arearange series in highchart on inverted graphs
- Highcharts table style in tooltips not working
- how to place heat-map tick label at top of the y-axis instead of middle
- ERROR Error: Cannot set property 'text' of undefined
- What do the totals do in a highcharts rose chart?
- Highcharts passing time.
- Highstock Navigator Mask doesn't cover content
- Timestamp formatting Highcharts datatable
- How can I contain a label on a Highcharts area chart to the series' area
- How to move Y axis on highchart
- rCharts: Highcharts - how to flip coordinates for bar chart?
- ReferenceError: HighCharts is not defined
- Highcharts undefined value
- Effective way to display the data in the chart
- Dynamically generating HighCharts with SQL Server database
- Highcharts - stacked column - order series index dynamically for each category
- Possible to use xAxis with type "datetime" and yAxis with categories?
- ToolTip in Highcharts
- Extend highcharts renderer symbols to have plus sign
- Highchart js bar graph label left alignment
- Legend in network graph ( Highchart Js)
- HighCharts - destroy before writing a new chart (to prevent memory leak)
- Exporting 2 button option issue in highchart
- highcharts filename from canvas
- Adding Index for Week Of Date in MySQL