@@ -99,6 +99,8 @@ export default function Home() {
}
+ // list = list.sort((a: any, b: any) => b.count - a.count)
+
const chartDom: any = document.querySelector('.chart')
const myChart = echarts.getInstanceByDom(chartDom) || echarts.init(chartDom)
const option = {