chore: reset bar width

This commit is contained in:
Arjun Choudhary 2022-11-23 16:00:51 +05:30
parent d5c3886301
commit fe7650f7de

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.8;
export const BAR_CHART_SPACE_RATIO = 0.5;
export const MIN_BAR_PERCENT_HEIGHT = 0.00;
export const LINE_CHART_DOT_SIZE = 4;