Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Chore] bump d3 to 5.9.x #155

Merged
merged 2 commits into from
Jul 9, 2019
Merged

[Chore] bump d3 to 5.9.x #155

merged 2 commits into from
Jul 9, 2019

Conversation

ekh64
Copy link
Collaborator

@ekh64 ekh64 commented Jul 8, 2019

Resolves #154

All tests pass

@@ -117,7 +117,7 @@ export default class FunnelChart extends React.Component {
.y1((d, i) => yScale(getValue(y, d, i)));
}

const colors = scaleOrdinal(schemeCategory20b).domain(_.range(10));
const colors = scaleOrdinal(schemeCategory10).domain(_.range(10));
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

here is where I needed to change the color scale

@krissalvador27 krissalvador27 self-requested a review July 8, 2019 19:28
Copy link
Contributor

@krissalvador27 krissalvador27 left a comment

Choose a reason for hiding this comment

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

Hey @ekh64. This is great! Thanks for doing this.

Looks like you committed the build as well. A quick npm run clean should remove the built files for you. Will do some QA myself and get back to you on the rest of the PR.

@ekh64
Copy link
Collaborator Author

ekh64 commented Jul 8, 2019

@krissalvador27 thanks for this, I thought I needed to commit the build files 😳

Maybe they can be built into a directory that's .gitignore'd

Copy link
Contributor

@krissalvador27 krissalvador27 left a comment

Choose a reason for hiding this comment

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

Looks good to me! 🏆

@krissalvador27 krissalvador27 merged commit 6015019 into spotify:master Jul 9, 2019
install pushed a commit that referenced this pull request Feb 25, 2020
* bump d3 to 5.9.x

* exterminate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade to d3 5.x
2 participants