/* Use this mock data to showcase your components in the playground, * or add your own data that fits your component's props */ export const mockCategoricalData = [ { category: "Roboto", value: 88, }, { category: "Open Sans", value: 16, }, { category: "Lato", value: 14, }, { category: "Montserrat", value: 73, }, { category: "Oswald", value: 14, }, { category: "Source Sans Pro", value: 8, }, { category: "Slabo 27px", value: 41, }, { category: "Raleway", value: 29, }, ];