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) 339 B
// types interface Types { labels: any datasets: any } const pieChartData: Types = { labels: ["Facebook", "Direct", "Organic", "Referral"], datasets: { label: "Projects", backgroundColors: ["info", "primary", "dark", "secondary", "primary"], data: [15, 20, 12, 60], }, } export default pieChartData