Shyam Swaroop
Shyam Swaroop
Add a treemap chart component using recharts library https://recharts.org/en-US/api/Treemap. You can refer to code for other chart components like bar chart here `packages/react-component-manifests/src/manifests/charts/BarChart/BarChart.tsx`. The steps to add a new component...
### Discussed in https://github.com/Atri-Labs/atrilabs-engine/discussions/529 Originally posted by **cruxcode** November 7, 2022 Some CSS properties must be applied to all the elements on the page. Examples, of such CSS properties, are...
Add a radial bar chart component using recharts library https://recharts.org/en-US/api/RadialBarChart. You can refer to code for other chart components like bar chart here `packages/react-component-manifests/src/manifests/charts/BarChart/BarChart.tsx`.
Explanation: Currently `atri build ssg` uses the output of `Build & Run`, hence, if a user runs `Build & Run` after `atri build ssg`, the `atri deploy ssg` command will...
Due to recent improvement where we encapsulated the Canvas into an iframe , some of the capabilities related to component development that we had before this iframe are lost. I...
Explanation: Dropping component at the end of the page is a common thing, hence, the experience to do this must be improved. We can implement a similar feature for the...
Explanation The `yarn install` step seems to fail for some users. Some strategies to re-install packages on failure must be provided. Fix: If `yarn install` fails we can delete the...