mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
[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:
committed by
GitHub
parent
0e6f754af9
commit
24a2f5b8f0
@@ -177,7 +177,7 @@ const px = function () {
|
||||
$(selector + ' div.alert').remove();
|
||||
},
|
||||
width() {
|
||||
return token.width();
|
||||
return container.width();
|
||||
},
|
||||
height() {
|
||||
let others = 0;
|
||||
|
||||
Reference in New Issue
Block a user