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

Enable filter transforms more broadly #792

Open
nicolaskruchten opened this issue Nov 12, 2018 · 3 comments
Open

Enable filter transforms more broadly #792

nicolaskruchten opened this issue Nov 12, 2018 · 3 comments
Assignees

Comments

@nicolaskruchten
Copy link
Contributor

I can understand that aggregate and split aren't supported by all trace types but surely filter and sort are possible almost everywhere? https://community.plot.ly/t/brand-new-chart-editor-at-https-plot-ly-create/13362/9

@bhogan-mitre
Copy link
Contributor

I'll second this. I recently tried the table trace type (which is pretty nice by the way!), and naturally the next thing I was looking for was to filter and/or sort it.

Would that require breaking out TRANSFORMABLE_TRACES into those that are eligible for filtering vs. aggregating, and updating GraphTransformsPanel accordingly? I can see that getting that getting a little messy.

@bhogan-mitre
Copy link
Contributor

I was looking at this again yesterday. Through a custom editor, I made a copy of TRANSFORMABLE_TRACES that included, e.g. scatterpolar, scatterpolargl, and barpolar. Filtering worked fine on that and I was pleasantly surprised it was that easy. (I did not try to aggregate or split, which may break down.) But there appears to be nothing technical in the way of filtering additional trace types. Do you have any additional thoughts on this one @nicolaskruchten @dmt0?

@bhogan-mitre
Copy link
Contributor

I just tried the same trick of adding table to TRANSFORMABLE_TRACES and it did not work out of the box the way it did for polar plots. It brought up the transforms panel, but nothing happened upon clicking 'Filter'. I haven't looked into the details yet, but I just wanted to put in another plug for this.

Could you comment on what it would take to enable additional transforms to be filtered?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants