Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEA] I want to request for custom number chart in cuXfilter. I have custom function, I want to create a dashboard which has date range slider chart, bar chart and number chart which shows output of custom function. But I couldn't find custom number chart in cuXfilter documentation #458

Open
VarshaPendem opened this issue Mar 10, 2023 · 3 comments
Assignees
Labels
0 - Backlog In queue waiting for assignment feature request New feature or request

Comments

@VarshaPendem
Copy link

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I wish I could use cuxfilter to do [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context, code examples, or references to existing implementations about the feature request here.

@VarshaPendem VarshaPendem added ? - Needs Triage Need team to review and classify feature request New feature or request labels Mar 10, 2023
@AjayThorve
Copy link
Member

Hey @VarshaPendem, thanks for creating a feature request.

More details on the type of custom function you intend to use would certainly help. We do have a custom number chart function though, if you haven't already checked it out: https://docs.rapids.ai/api/cuxfilter/nightly/charts/panel_widgets.html#number-chart. Does this work for your usecase?

@VarshaPendem
Copy link
Author

VarshaPendem commented Mar 10, 2023 via email

@AjayThorve
Copy link
Member

Hi @VarshaPendem, the aggregate_fn actually depends on cuDF's aggregation methods on groupbys, and was limited by it. Since the new cuDF version supports many more aggregations, including apply, this feature should be possible to implement, I've made a note of it, and we'll allocate resources to implement this feature soon. Thanks for the feature request!

@exactlyallan exactlyallan added 0 - Backlog In queue waiting for assignment and removed ? - Needs Triage Need team to review and classify labels Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0 - Backlog In queue waiting for assignment feature request New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

3 participants