feat: update default space ratio, narrower bars

This commit is contained in:
Shivam Mishra 2020-07-28 14:15:14 +05:30
parent 39a7a8ffef
commit fbe314d9f9

View 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;