2017-06-06 33 views

回答

0

要解决该问题,可以相应地为图表布局设置右填充。

要做到这一点,添加下面的图表选项...

options: { 
    layout: { 
     padding: { 
     right: 50, //set that suits the best 
     } 
    }, 
    ... 
}