/* 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 = [ { key: "Roboto", value: 88, }, { key: "Open Sans", value: 16, }, { key: "Lato", value: 14, }, { key: "Montserrat", value: 73, }, { key: "Oswald", value: 14, }, { key: "Source Sans Pro", value: 8, }, { key: "Slabo 27px", value: 41, }, { key: "Raleway", value: 29, }, ];