Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

fix: pass all props to transformProps in LineMulti chart #247

Merged
merged 1 commit into from
Nov 7, 2019

Conversation

nytai
Copy link
Contributor

@nytai nytai commented Nov 5, 2019

💔 Breaking Changes

🏆 Enhancements

📜 Documentation

🐛 Bug Fix
This pr fixes an issue where LineMulti chart doesn't render with the current superset/master code.

@mistercrunch
🏠 Internal

@nytai nytai requested a review from a team as a code owner November 5, 2019 23:08
hooks: PropTypes.shape({
onAddFilter: PropTypes.func,
onError: PropTypes.func,
}),
};
const defaultProps = {
onAddFilter() {},
Copy link
Collaborator

Choose a reason for hiding this comment

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

You don't need this.now.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oh, didn't see that there. Wonder why is was failing on master if it has that fallback. 🤷‍♂

Copy link
Collaborator

Choose a reason for hiding this comment

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

There is an ongoing issue with build tools, probably not related to this.

@nytai
Copy link
Contributor Author

nytai commented Nov 5, 2019

Looks like the build is complaining with a babel error: Cannot set property inList of [object Object] which has only a getter

I was getting the same in dev when trying to build.

@nytai nytai requested a review from kristw November 5, 2019 23:49
@kristw
Copy link
Collaborator

kristw commented Nov 7, 2019

Please rebase

@netlify
Copy link

netlify bot commented Nov 7, 2019

Deploy preview for superset-ui-plugins ready!

Built with commit 193e564

https://deploy-preview-247--superset-ui-plugins.netlify.com

@codecov
Copy link

codecov bot commented Nov 7, 2019

Codecov Report

Merging #247 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #247   +/-   ##
=======================================
  Coverage   37.99%   37.99%           
=======================================
  Files          12       12           
  Lines         229      229           
  Branches       21       21           
=======================================
  Hits           87       87           
  Misses        132      132           
  Partials       10       10

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e3a4589...193e564. Read the comment docs.

@kristw kristw merged commit c80d8a9 into apache-superset:master Nov 7, 2019
@nytai nytai deleted the tai/fix-multi-line branch November 7, 2019 18:54
@mistercrunch
Copy link
Contributor

🔨 🐛 🔥

nytai pushed a commit to preset-io/superset-ui-plugins that referenced this pull request Apr 27, 2020
…superset#247)

* feat: add axis encoder

* test: add unit test

* fix: params

* refactor: rename

* fix: address comments

* fix: update import

* fix: error

* fix: lint
nytai added a commit to preset-io/superset-ui-plugins that referenced this pull request Apr 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants