Reputation: 499
Is there any way to update the font size/color of the dates in the navigator
in Highstock?
Based on the documentation, it doesn't have the usual style
property. I wanted to decrease the font size of the dates and experiment on the color a bit but HS doesn't seem to have that option.
Upvotes: 1
Views: 1039
Reputation: 471
navigator: {
xAxis: {
labels: {
style: {
color: '#6D869F',
fontWeight: 'bold'
}
}
},
},
Upvotes: 8