highchart 对于顶端刻度丢失问题

 1 title: {
 2     text: '',
 3     align: 'center'
 4 },
 5 labels: {
 6     overflow: 'justify',
 7     formatter: function () {
 8         return this.value
 9     },
10     style: {
11         color: 'rgba(0, 0, 0,0)',
12         fontSize:'0.6rem',
13         fontFamily:'微软雅黑'
14     }
15 },
16 stackLabels: {
17     allowOverlap: false,
18     style: {
19         color: 'black'
20     },
21     enabled: true
22 }

在fontSize:'0.6rem'中不要设置em。会导致:

 

posted @ 2018-11-08 10:54  evil_liu  阅读(128)  评论(0编辑  收藏  举报