highcharts

1

{
    plotOptions: {
        line: {
            marker: {
                symbol: 'circle'
            }
        }
    }
}

2

{
    xAxis: {
        categories: categories,
        tickInterval: Math.ceil(categories.length / 5)
    }    
}
原文地址:https://www.cnblogs.com/jzm17173/p/5764093.html