[big number] various improvements (#2912)

* [big number] various improvements

* dynamic number of X axis ticks based on width to prevent label overlap
* corrected overflow on the x axis
* improved tooltips (precise arrow and visible data point circle on hover)

* Fixing tooltips in heatmap viz
This commit is contained in:
Maxime Beauchemin
2017-06-08 08:50:30 -07:00
committed by GitHub
parent 0e6f754af9
commit 24a2f5b8f0
7 changed files with 107 additions and 111 deletions

View File

@@ -177,7 +177,7 @@ const px = function () {
$(selector + ' div.alert').remove();
},
width() {
return token.width();
return container.width();
},
height() {
let others = 0;