CartoDB / airship

A design library for building Location Intelligence applications.
https://carto.com/developers/airship/
BSD 3-Clause "New" or "Revised" License
75 stars 14 forks source link

Rename legend components #607

Closed Jesus89 closed 5 years ago

Jesus89 commented 5 years ago

In the legend branch the new as-legend components have been implemented. However, we have defined better names for the components. This is the map between the required components and the previous ones:

Then we need to create some alias components, just to complete all the types:

And finally, we have to create meta-components, line as-legend-color-category, for the rest of types:

as-legend-color-bins:

as-legend-color-continuous:

as-legend-size-bins:

as-legend-size-continuous:

cc @rjimenezda @makella

Jesus89 commented 5 years ago

Closed in https://github.com/CartoDB/airship/pull/610