From: Tom Rees Date: Thu, 14 Mar 2013 14:38:24 +0000 Subject: [noticket] Hide momentary flash of text on sparkline cells. X-Git-Url: http://maxious.lambdacomplex.org/git/?p=ckanext-ga-report.git&a=commitdiff&h=6fbba7da539dda71174745a285b52967353d7f00 --- [noticket] Hide momentary flash of text on sparkline cells. --- --- a/ckanext/ga_report/public/css/ga_report.css +++ b/ckanext/ga_report/public/css/ga_report.css @@ -2,6 +2,11 @@ padding: 1px 0 0 0; width: 108px; text-align: center; + /* Hack to hide the momentary flash of text + * before sparklines are fully rendered */ + font-size: 1px; + color: transparent; + overflow: hidden; } .rickshaw_chart_container { position: relative;