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
Changed to pass truncateLegends option to legendDot
tags/1.3.0
rafael
hace 5 años
padre
c6e46886f3
commit
f77df2b02f
Se han
modificado 1 ficheros
con
2 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-1
src/js/charts/AggregationChart.js
+ 2
- 1
src/js/charts/AggregationChart.js
Ver fichero
@@ -80,7 +80,8 @@ export default class AggregationChart extends BaseChart {
y,
5,
this.colors[i],
`${s.labels[i]}: ${d}`
`${s.labels[i]}: ${d}`,
this.config.truncateLegends
);
this.legendArea.appendChild(dot);
count++;
Escribir
Vista previa
Cargando…
Cancelar
Guardar