Skip to content

Commit

Permalink
Merge pull request #209 from Alchez/patch-1
Browse files Browse the repository at this point in the history
Remove minimum height for zero-values in bar chart
  • Loading branch information
scmmishra committed Jul 21, 2019
2 parents 1abd7cc + 87b68e9 commit 3cedc2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/utils/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,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 MIN_BAR_PERCENT_HEIGHT = 0.01;
export const MIN_BAR_PERCENT_HEIGHT = 0.00;

export const LINE_CHART_DOT_SIZE = 4;
export const DOT_OVERLAY_SIZE_INCR = 4;
Expand Down

0 comments on commit 3cedc2a

Please sign in to comment.