Explorar el Código

refactor: set default width for legend label to 150

tags/v1.5.0
Shivam Mishra hace 5 años
padre
commit
73fddf0623
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/js/charts/AggregationChart.js

+ 1
- 1
src/js/charts/AggregationChart.js Ver fichero

@@ -63,7 +63,7 @@ export default class AggregationChart extends BaseChart {
let count = 0;
let y = 0;
this.legendTotals.map((d, i) => {
let barWidth = 110;
let barWidth = 150;
let divisor = Math.floor(
(this.width - getExtraWidth(this.measures))/barWidth
);


Cargando…
Cancelar
Guardar