mirror of
https://github.com/getredash/redash.git
synced 2026-05-09 03:03:08 -04:00
* Migrate Choropleth to React: skeleton * Migrate Choropleth to React: Editor - skeleton * Choropleth Editor: Bounds tab * Choropleth Editor: Colors tab * Choropleth Editor: Format tab * Choropleth Editor: General tab * Some refinements * Migrate Choropleth to React: Renderer * Refine code * CR1
10 lines
124 B
Plaintext
10 lines
124 B
Plaintext
.choropleth-visualization-legend {
|
|
padding: 3px;
|
|
cursor: default;
|
|
|
|
> div {
|
|
line-height: 1;
|
|
margin: 5px;
|
|
}
|
|
}
|