xml
<xcharts :key="chartKey" style="height: 192rpx;" :option="option" />
chartKey: null,
if (this.chartKey == null)
this.chartKey = new Date().getTime();
修改key 就会强行刷新