packages/votes-histogram/src/widgets/constants.ts (5 lines of code) (raw):
export const getYAxisWidth = (length: number): number => 10 + length * 5;
export const numberOfBars = 42;
export const topMargin = 5;
export const bottomMargin = 5;
export const textVerticalShift = 4;