Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
anoopmb
/
charts
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
18
Wiki
Actividad
Explorar el Código
render legend after updating data
tags/v1.5.8
Frank Felgner
hace 4 años
padre
4a9048f59f
commit
7f26c18ce7
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-0
src/js/charts/BaseChart.js
+ 1
- 0
src/js/charts/BaseChart.js
Ver fichero
@@ -233,6 +233,7 @@ export default class BaseChart {
this.data = this.prepareData(data);
this.calc(); // builds state
this.render(this.components, this.config.animate);
this.renderLegend();
}
render(components=this.components, animate=true) {
Escribir
Vista previa
Cargando…
Cancelar
Guardar