Explorar el Código

逆序

tags/v1.0.0
吴迪 hace 2 años
padre
commit
c3bf78bf4a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/utils/echarts/index.js

+ 1
- 1
src/utils/echarts/index.js Ver fichero

@@ -217,7 +217,7 @@ export default {
color: 'rgba(64, 134, 255, 1)',
barBorderRadius: [10]
},
data: yAxis.sort(function(a, b) { return a - b })
data: yAxis.reverse()
}]
})
}

Cargando…
Cancelar
Guardar