import { schemeCategory10 } from "d3-scale-chromatic" export const config = { // Margins for main chart content within element marginLeft: 20, marginRight: 20, marginTop: 20, marginBottom: 20, // Total dimension of chart (including margins) heightTotal: 500, widthTotal: 800, colorScheme: schemeCategory10 }