update
This commit is contained in:
@@ -94,7 +94,6 @@
|
||||
const indicator = radarList?.value?.map((item) => ({ name: item?.hospitalName, max: max }));
|
||||
const option = radarCharts({ indicator, countList, theme: unref(themeType) });
|
||||
myChart.setOption(option);
|
||||
myChart.showLoading('noData');
|
||||
window.addEventListener('resize', () => {
|
||||
myChart.resize();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user