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.

16 lines (13 loc) 317 B
// types type Types = any const caloriesChartData: Types = { labels: ["Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"], datasets: [ { label: "Calories", color: "dark", data: [50, 45, 60, 60, 80, 65, 90, 80, 100], }, ], } export default caloriesChartData