Using JS to customize spatial viz and tooltips

(cherry picked from commit df22f29aa49f8e5991e19430aeed816ab08d2dd3)
This commit is contained in:
Maxime Beauchemin
2018-01-04 14:40:16 -08:00
parent 32b466184e
commit b72bf98f68
11 changed files with 194 additions and 45 deletions

View File

@@ -0,0 +1,4 @@
.chart-tooltip {
opacity: 0.75;
font-size: 12px;
}