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
- JSon with HighCharts and ASP.NET
- Highcharts Tooltip not rendering properly if it has material icons
- HighCharts: Basic line chart doesn't show first label on the X-axis
- Highcharts - How do I position tooltip behind icon on each pie slice on hover?
- Highcharts : how to display only days on xaxis?
- Highchart Pie Chart click on hover
- Blurry legends in highcharts export pdf
- Highcharts error #13
- Highcharts : How to update Plotoptions pointStart on Ajax call?
- Format Highcharts xAxis for stock data
- how to display the highchart data with data serialize from a form using button onclick?
- bullet chart configuration in highcharts
- External variable in the title of the chart
- Costumize indicators from stock tools
- highcharts 3 addPoint Point order
- Angular 5 - Highcharts cannot load data from a HTML table
- highcharts solidgauge - make it striped or 3D
- Highchart basic chart using nodejs
- how can I hide bottom vertical lines highcharts.js
- How can i have the same radius for each point of series with hover?
- Highmaps heatmap
- Issue in Ordering of JavaScript libraries
- Highcharts Datalabel formatting in spline
- Basic Javascript: How can I link my HTML and Javascript on a Highcharts example?
- Highcharts graph X-axis label for different date ranges
- HighCharts how to use different plotOptions per yAxis in a multiple axis chart
- How to reflow HighCharts when using highcharts-vue?
- Highcharts 3D funnel Array format
- Is it possible update Highchart data automatically and make animated effect?
- HighCharts starts zooming when scrolling in a 3D chart