Charts section
Opened this issue · 0 comments
AnnMarieW commented
Here are the open items from PR #45
To Do for each chart type:
- Change color depending on color scheme
- Grid and Text Colors
- Include Custom tooltip? The examples in the Mantine docs use components or functions. I tried CSS as suggested on discord, but it didn't work either.
tooltipProps = {'wrapperStyle':{'backgroundColor':'yellow'}}
Other:
- Use more concise data for scatter charts?
- I couldn't get this example working barProps. I used
barChartProps, but
radius` does not seem to be a valid prop - How to get this example working - it uses a component as a prop? Scatter Custom Dots