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

Interactive boxplot #2232

Closed
iarabadjiev opened this issue Jul 9, 2020 · 2 comments
Closed

Interactive boxplot #2232

iarabadjiev opened this issue Jul 9, 2020 · 2 comments

Comments

@iarabadjiev
Copy link

Hello,

I am working with boxplots, and I found out that the in the following simple code the interactive() method is not working:

source = data.population.url

alt.Chart(source).mark_boxplot().encode(
    x='age:O',
    y='people:Q'
).interactive()

I have a a couple of weeks worth of timestamped data, and my objecive is to navigate through quite some boxplots. I guess it is possible to separately plot all the elements and then combine them, but I still wanted to report that the feature doesn't work for me.

Best,
Ivo

@baogianghoangvu
Copy link
Contributor

I ran your sample code and got this warning in the browser console: WARN Selection not supported for boxplot yet. vega-lite@4.8.1:1:1429. I suppose this issue is just because boxplot is a new mark and Vegalite has not fully integrated it with existing methods yet, similar to #2255

@joelostblom
Copy link
Contributor

I am closing this as a duplicate of #2255, please follow up with any comments there.

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

No branches or pull requests

3 participants