We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I create a map with a default histogram from a helper function, the histogram does not filter the map.
I get this error in the JS console:
Error: [Property with an incorrect type] in(): invalid first parameter 'input' expected type was 'category', actual type was 'number'
From making this map:
color_continuous_layer('capital_bikeshare_july_2019_pickup_dropoff_isochrone_augmented', 'pop_25_64_2011_2015_by_total_pop', widget=True)
I'm running this off of develop (3dc4e10).
The text was updated successfully, but these errors were encountered:
Is this still happening? I've just tested and it seems to work ok. Could you give me the link to the dataset?
Sorry, something went wrong.
Yeah, I'm getting it for a lot of different maps.
I'm using JupyterLab, which is not always compatible with everything that works so well in Jupyter notebooks classic
from cartoframes.auth import set_default_credentials from cartoframes.viz import Map from cartoframes.viz.helpers import size_continuous_layer set_default_credentials('cartoframes', 'default_public') Map([ size_continuous_layer('bikeshare_july_agg', 'total_events', widget=True) ])
ok, I see the error now, I'm gonna fix it ASAP. Good catch!!
No branches or pull requests
When I create a map with a default histogram from a helper function, the histogram does not filter the map.
I get this error in the JS console:
From making this map:
I'm running this off of develop (3dc4e10).
The text was updated successfully, but these errors were encountered: