这里使用morris.js聊天,我想动态更改数据并在应用程序中显示甜甜圈聊天
使用智能管理角度7模板
<sa-morris-graph [data]="donutdemo" type="donut" [options]=invoicedDountChart>
</sa-morris-graph>
样本数据:
this.donutdemo = [{ "value": 9666, "label": "CTL" }, { "value": 1598, "label": "DMG" }, { "value": 2247, "label": "EXC" }, { "value": 3267, "label": "NODMG" }, { "value": 4264, "label": "TTL" }]
最初,出现了预期的聊天,如果我更改了聊天数据,则此聊天不会显示正确的数据