Skip to content

Fixing issue #444 color function chokes on non-string param#447

Merged
mistercrunch merged 1 commit intoapache:masterfrom
mistercrunch:fix_444
May 10, 2016
Merged

Fixing issue #444 color function chokes on non-string param#447
mistercrunch merged 1 commit intoapache:masterfrom
mistercrunch:fix_444

Conversation

@mistercrunch
Copy link
Member

No description provided.

@landscape-bot
Copy link

Code Health
Code quality remained the same when pulling 79acbd1 on mistercrunch:fix_444 into 2f64c42 on airbnb:master.

@coveralls
Copy link

coveralls commented May 8, 2016

Coverage Status

Coverage remained the same at 81.584% when pulling 79acbd1 on mistercrunch:fix_444 into 2f64c42 on airbnb:master.

@@ -48,6 +48,7 @@ var color = function () {
var seen = {};
return function (s) {
if (!s) { return; }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe this should be if(s === undefined) { return; } so zero metrics are rendered?

@mistercrunch mistercrunch merged commit 77e9e6a into apache:master May 10, 2016
@mistercrunch mistercrunch deleted the fix_444 branch May 10, 2016 16:23
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this pull request Nov 17, 2021
* fix: lint

* fix: more lints

* fix: more lints

* fix: comment

* fix: any

* fix: ChartDataProvider test lint

* fix: lints

* fix: chartprops
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this pull request Nov 24, 2021
* fix: lint

* fix: more lints

* fix: more lints

* fix: comment

* fix: any

* fix: ChartDataProvider test lint

* fix: lints

* fix: chartprops
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this pull request Nov 25, 2021
* fix: lint

* fix: more lints

* fix: more lints

* fix: comment

* fix: any

* fix: ChartDataProvider test lint

* fix: lints

* fix: chartprops
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this pull request Nov 26, 2021
* fix: lint

* fix: more lints

* fix: more lints

* fix: comment

* fix: any

* fix: ChartDataProvider test lint

* fix: lints

* fix: chartprops
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 1.5.0 First shipped in 1.5.0 labels Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 1.5.0 First shipped in 1.5.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants