Elena Torró
Elena Torró
Context -------- When using myBinder to visualize a notebook, the iframes with the visualizations are empty. - [Example Link](https://hub.gke.mybinder.org/user/cartodb-cartoframes-04i0mojb/notebooks/examples/real_use_cases/visualize_temperatures.ipynb) 
We usually test CARTOframes in Jupyter Notebooks, but there're other notebooks used by users and clients that we need to test and take into consideration. Let's make a list of...
Feature: Add bivariate legend --- [Bivariate Choropleth Map](https://www.joshuastevens.net/cartography/make-a-bivariate-choropleth-map/)  
**Problem** When animating a visualization in a style helper by using the `animated` parameter, we lose control of the animation and we can't set the following settings: - duration -...
**What is happening?** When adding a Legend through the Bridge, Airship creates a `baseStyle` object with default values for each style property from the viz. This is not 100% accurate,...
There're some warnings we should fix. We're overwriting the following events in some of our custom components: `play`, `pause`, `change` and `draggable`. We should use different naming.
**What is happening?** Right now, we're creating an animation expression after the layer has loaded. In order to combine this animation with other filters, the current way of doing so...
_This is a list of change requests, not an specific issue itself._ * **Add subpalettes with one color.** We currently have a minimum of 2 colors for each subpalettes, and...
It is not possible to create a new expression and the assign it to a variable once the layer has been loaded. It would be great to be able to:...
Context === For the examples, we're using a custom css for the widgets, legends and other elements. Everytime we release a new version of CARTO VL and update the developer...