Jamal Id Aissa
Results
2
comments of
Jamal Id Aissa
I created these two functions to update the payload for both the `ChartTooltip` & `ChartLegend` components: ```ts // ChartTooltip.tsx function updateChartTooltipPayload(payload: Record[]) : Record[] { return payload.map((item) => { const...
besides the `DisplayTemplate` parameter, there could be an option to select the content's position. This would allow content to be rendered left or right of the image, maybe at the...