UNPKG

react-garden

Version:

React + TypeScript + ThreeJS app using Material UI on NextJS, Apollo Client, GraphQL + WordPress REST APIs, for ThreeD web development.. a part of the threed.ai code family.

17 lines (14 loc) 350 B
// types interface Types { labels: any datasets: any } const polarChartData: Types = { labels: ["Red", "Green", "Yellow", "Grey", "Blue"], datasets: { label: "My First Dataset", data: [11, 16, 7, 3, 14], backgroundColors: ["info", "primary", "dark", "secondary", "success"], }, } export default polarChartData