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.

7 lines (5 loc) 189 B
const reportsBarChartData = { labels: ["M", "T", "W", "T", "F", "S", "S"], datasets: { label: "Sales", data: [50, 20, 10, 22, 50, 10, 40] }, } export default reportsBarChartData