apache / superset

Apache Superset is a Data Visualization and Data Exploration Platform

Home Page:https://superset.apache.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Big Number with Trendline chart chops off bottom of trendline in latest master

rea725 opened this issue · comments

Screenshot

This is what we get in recent master. Specifically, we're running this build: ee178f4
trendline-with-big-number-chopped

This is what we got in our old build
trendline-with-big-number-working-correctly
(~v1.2, commit 9c854ff):

Description

Latest builds are truncating the bottom few pixels of the Big Number with Trendline charts, when these charts are included in a dashboard. When the chart is maximized, the issue is still presenting itself. If the browser window is made to be over ~1000px tall, the issue goes away. It looks as if a padding/border is covering up the bottom x% of the chart.

This issue is also present in release version 1.5.0.

@stephenLYZ Any update on this?

@michael-s-molina hi. I opened a PR to fix it. Appreciate review.