Sfoglia il codice sorgente

feat: update default space ratio, narrower bars

pull/347/head
Shivam Mishra 4 anni fa
parent
commit
fbe314d9f9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/js/utils/constants.js

+ 1
- 1
src/js/utils/constants.js Vedi File

@@ -67,7 +67,7 @@ export const AXIS_DATASET_CHART_TYPES = ['line', 'bar'];

export const AXIS_LEGEND_BAR_SIZE = 100;

export const BAR_CHART_SPACE_RATIO = 0.5;
export const BAR_CHART_SPACE_RATIO = 0.8;
export const MIN_BAR_PERCENT_HEIGHT = 0.00;

export const LINE_CHART_DOT_SIZE = 4;


Caricamento…
Annulla
Salva