import { schemeCategory10 } from "d3-scale-chromatic" export const config = { // Margins for main chart content within element marginBottom: 50, // Separation between vertical bars barsPadding: 0.2, // Distance from bar to text with value textValueDx : 10, // Fontsize for values text in bars valueFontSize: 16, }