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.

10 lines (7 loc) 236 B
// types type Types = any const progressLineChartData: Types = { labels: ["Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"], data: [40, 45, 42, 41, 40, 43, 40, 42, 39], } export default progressLineChartData