Hi,
I've changed the font size of the labels an legends like this but I want to incorporate a space in between each legend item and the time and labels. Is this possible?
g.highcharts-axis-labels.highcharts-xaxis-labels text{
font-size: 130% !important;
}
g.highcharts-axis-labels.highcharts-yaxis-labels text{
font-size: 130% !important;
}
g.highcharts-legend text{
font-size: 130% !important;
}
Would you want to consider moving the legend to the bottom of the graph instead of the right side maybe ? This also increases the available real estate for the graph.