atrilabs-engine
atrilabs-engine copied to clipboard
Add TreeMap Chart Component
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 can be found in this discussion https://github.com/Atri-Labs/atrilabs-engine/pull/167
@cruxcode i would like to work on this issue can you assign me the task
@cruxcode packages/react-component-manifests/src/manifests/charts/
in this folder TreeMap chart folder
must be created right? similar to BarChart folder.
@cruxcode
packages/react-component-manifests/src/manifests/charts/
in this folderTreeMap chart folder
must be created right? similar to BarChart folder.
Yes, absolutely correct.
Relevant discussions for this issue https://github.com/Atri-Labs/atrilabs-engine/discussions/169 https://github.com/Atri-Labs/atrilabs-engine/discussions/184 https://github.com/Atri-Labs/atrilabs-engine/discussions/180 https://github.com/Atri-Labs/atrilabs-engine/discussions/186 https://github.com/Atri-Labs/atrilabs-engine/discussions/187
@cruxcode I am getting this error while building the project, could you please help me with this?
@Vitika9 Please run lerna bootstrap
and lerna run build
again.
There is a known issue withlerna bootstrap
whose workaround is that you run it a few times if all packages are not built in the first attempt.
We are planning to move away from lerna
in the future versions to avoid this problem.
@all-contributors please add @Vitika9 for bug report
@all-contributors please add @sanjayk0508 for bug report
@all-contributors please add @anuragc10 for bug report