Use tooltip 'top' for consistency with other things on this list

This commit is contained in:
Bryan Housel
2018-08-25 15:12:23 -04:00
parent 243743e844
commit df10e09037
+1 -1
View File
@@ -262,7 +262,7 @@ export function uiMapData(context) {
.append('label')
.each(function(d) {
d3_select(this).call(
tooltip().title(d.tooltip).placement('bottom')
tooltip().title(d.tooltip).placement('top')
);
});