Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
BUG: style.bar results in incorrect gradient using specific browser #11678
Conversation
sinhrks
added Output-Formatting IO HTML
labels
Nov 23, 2015
sinhrks
added this to the
0.18.0
milestone
Nov 23, 2015
|
@sinhrks lgtm. (prob a whatsnew conflict) |
jreback
and 1 other
commented on an outdated diff
Dec 9, 2015
| @@ -195,5 +195,9 @@ Bug Fixes | ||
| - Bug in ``.loc`` result with duplicated key may have ``Index`` with incorrect dtype (:issue:`11497`) | ||
| - Bug in ``pd.rolling_median`` where memory allocation failed even with sufficient memory (:issue:`11696`) | ||
| +- Bug in ``.loc`` against ``CategoricalIndex`` may result in normal ``Index`` (:issue:`11586`) |
|
|
jreback
added a commit
that referenced
this pull request
Dec 10, 2015
|
|
jreback |
a7669d0
|
jreback
merged commit a7669d0
into pandas-dev:master
Dec 10, 2015
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
|
thank you sir! |
sinhrks
deleted the
sinhrks:style_bar branch
Dec 12, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sinhrks commentedNov 23, 2015
It's not a bug on pandas side, but CSS
linear-gradientwith0%width seems not be rendered properly using specific browsers.Below is the output using Mac OSX 10.10.5 / Firefox.
The fix simply exclude
linear-gradientif its width is 0.After the fix (same environment)