score:11
Accepted answer
yAxis: [{
gridLineColor: '#ebebeb',
lineColor: '#ebebeb',
minorGridLineColor: '#ebebeb',
tickColor: '#ebebeb',
plotLines: [{
color: '#ebebeb'
}],
labels: {
style: {
color: '#525151',
font: '12px Helvetica',
fontWeight: 'bold'
},
formatter: function () {
return this.value;
}
},
title: {
text: null
}
}]
Note the extra [] around the braces for yAxis. Not required for x. As yAxis could have a second y axis.
Source: stackoverflow.com
Related Query
- Highcharts -- Can't apply style to x axis labels
- Highcharts - only apply style to certain labels
- Highcharts - Long multi-line y axis labels causing following label to be removed
- Highcharts - with datetime axis labels overlap
- Style highcharts x and y axis
- How do I style the series labels on a Highcharts pie chart?
- Highcharts - Multiple Axis Graph not displaying labels
- Show some specefic number on gauge highcharts axis labels
- How to adjust line-height/ellipses in Highcharts axis labels
- How to position labels for plotbands on y axis in Highcharts
- Chart's width is impacting to my second x axis labels in Highcharts
- How To Show All Data Labels For Datetime Axis In Highcharts
- Wrong labels on X axis on Highcharts
- Replace axis labels with custom in highcharts r
- How to handle mouse events on axis labels in highcharts
- Fourth y axis does not show labels in Highcharts
- HighCharts Bubble Chart: text for axis interval labels
- Multiple images for Highcharts X Axis Labels
- Highcharts datetime axis labels according to data point groups
- highcharts missing x axis labels when stacking two charts
- x Axis Labels are cut off from Highcharts Column Chart
- Highcharts and EXTJS 3: Labels in x axis overlap
- How to add text labels to a numerical x axis in Highcharts
- How to display months in x axis labels in highcharts
- Dynamic Labels for X axis in HighCharts
- Highcharts streamgraph Y Axis Labels
- Highcharts : How do i align data labels above the axis in column chart?
- Is it possible to make a table with y axis labels of Highcharts bar chart?
- Slanted highcharts axis labels overlap with legend
- limit Highcharts x-Axis grouped categories and labels style
More Query from same tag
- Highcharts not working in ie 11
- highchart total in tooltip
- HIGHCHARTS - Value of Columns Based on previous Column Value
- How to position the Highcharts.StockChart's rangeSelector zoom on the right?
- Ionic 3 Highcharts not visible
- How can I disable the value tooltip on a Vaadin-Charts/Highcharts SolidGauge chart?
- How i can get the 2 decimal places?
- Creating highchart piechart with a javascript object
- Highcharts prevent column overlapping
- Highcharts highstock tooltip series order
- Highcharts series data not persisting through angular route change
- Highcharts v6.0.0 Annotations Not Working
- Activity Gauze Highchart DataLabel
- compileOnSave stop working
- HighCharts JavaScript Error
- highstocks, how can I bring values that I will only use on the 'click' option?
- Displaying dynamic data using charts and graphs in ruby on rails
- conflict between twitter-bootstrap and HighCharts plugin
- Trying to inject datapoints into iOS webView using highcharts
- Adding flags dynamically giving problems , HighCharts
- Highcharts: How to plot adjacent scatter points for different box plots
- Chart series fixed range
- Highchart Donut and Bar Chart
- ReferenceError: Highcharts is not defined while including html file (with JS and CSS ) into other html file
- PhantomJS with embedded web server uses only one CPU
- Real Time Update High charts from sql database
- Highmaps: Show datalabels for only one series
- HighCharts isn't working
- Automating htmlwidget: highchart graph generation for multiple time series
- How to set the url of moment.min.js to local js file when highcharts exporting png file