mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
Using user-defined Javascript to customize geospatial visualization (#4173)
* Using JS to customize spatial viz and tooltips * Add missing deck_multi.png * Improve GeoJSON layer with JS support and extra controls * Addressing comments
This commit is contained in:
committed by
GitHub
parent
ee63ebc8ec
commit
87c3e831a8
4
superset/assets/javascripts/chart/chart.css
Normal file
4
superset/assets/javascripts/chart/chart.css
Normal file
@@ -0,0 +1,4 @@
|
||||
.chart-tooltip {
|
||||
opacity: 0.75;
|
||||
font-size: 12px;
|
||||
}
|
||||
Reference in New Issue
Block a user