-
Notifications
You must be signed in to change notification settings - Fork 55
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
Conversation
@@ -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)); |
There was a problem hiding this comment.
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
There was a problem hiding this 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.
@krissalvador27 thanks for this, I thought I needed to commit the build files 😳 Maybe they can be built into a directory that's |
There was a problem hiding this 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! 🏆
* bump d3 to 5.9.x * exterminate
Resolves #154
d3
to5.9.7
4.x
to5.x
schemeCategory20b
in favor ofschemeCategory10
inFunnelChart
d3-sankey
to0.12.1
All tests pass