frolic-react
frolic-react copied to clipboard
React Component Library to Build Analytics Dashboard 10x Faster
- added types `labelNames` and `dimensionsNames` in the interface `ChartInterface` - added `Tooltip` for viewing the custom Label & Dimension Names. - ran it on `storybook`
Currently there is no support for axis labels in `frolic-react`. To add support for it, we need to follow these steps: - We need to define two new parameters `xLabel`...
When the user adds the `data` to the charts, he needs to set the `metric` and `dimension` attribute according to the attribute names present in `data`. It is possible that...