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.

18 lines (16 loc) 272 B
function configs(labels: any, datasets: any) { return { data: { labels, datasets: [...datasets], }, options: { plugins: { legend: { display: false, }, }, }, } } export default configs