frolic-react icon indicating copy to clipboard operation
frolic-react copied to clipboard

React Component Library to Build Analytics Dashboard 10x Faster

Results 3 frolic-react issues
Sort by recently updated
recently updated
newest added

- 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`...

good first issue

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...

good first issue