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