Answers for "Changing Highcharts font size"

0

Changing Highcharts font size

xAxis: {
            categories: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],
            labels: {
                style: {
                    color: 'red',
                    fontSize:'15px'
                }
            }
        },
Posted by: Guest on July-22-2021

Code answers related to "Changing Highcharts font size"

Browse Popular Code Answers by Language