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

Add support for transforms on multicategory axes #3363

Closed
etpinard opened this issue Dec 21, 2018 · 2 comments
Closed

Add support for transforms on multicategory axes #3363

etpinard opened this issue Dec 21, 2018 · 2 comments
Labels
feature something new

Comments

@etpinard
Copy link
Contributor

etpinard commented Dec 21, 2018

Follow-up issue from #3300

@etpinard etpinard added the feature something new label Dec 21, 2018
@MrQubo
Copy link

MrQubo commented Aug 14, 2019

I think this cannot be done without rewriting hell of a code.
Correctly describing x and y attributes in src/traces/scatter/attributes.js would probably be sufficient for transforms to work with multicategory axes.
But those attributes sometimes can be data_arrays and sometimes can be arrays of data_arrays and I think that current format doesn't allow us to describe this dual nature of those attributes.
In my opinion we should rewrite multicategory axes itself and instead of reusing x and y attributes add new attributes, like multix and multiy and use a data format similar to dimensions attribute in parcats.

@gvwilson
Copy link
Contributor

Hi - this issue has been sitting for a while, so as part of our effort to tidy up our public repositories I'm going to close it. If it's still a concern, we'd be grateful if you could open a new issue (with a short reproducible example if appropriate) so that we can add it to our stack. Cheers - @gvwilson

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

No branches or pull requests

3 participants