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

[Change in Progress] Added Advcanced Analytics panel and Chart Options for Line chart #1267

Closed
wants to merge 3 commits into from

Conversation

vera-liu
Copy link
Contributor

@vera-liu vera-liu commented Oct 6, 2016

Done:

  • Advanced Analytics and Chart Options components
    Old:
    screen shot 2016-10-05 at 6 31 23 pm

New:
screen shot 2016-10-06 at 1 49 13 pm

Todo:

  • Organize the UI so that checkboxes and select are aligned well
  • Our bootstrap data-passing in index.jsx is getting fairly large, need to figure out a smarter way to pass in the data
  • As we have a lot of Select/input in our control panel, it makes sense to have one general action creator/reducer to update a property in the state. Like what we have here:https://github.com/airbnb/caravel/pull/1267/files#diff-a1f5feeb69d0c72dd77f1c4a22a267e7R216 I need to generalize this for other components as well
  • Our store is getting large too, I'm thinking if we want to have separate store for different viz types

@vera-liu vera-liu force-pushed the vliu_line_controls branch 3 times, most recently from a6db13a to 7825a46 Compare October 6, 2016 16:30
@vera-liu vera-liu changed the title Added Advcanced Analytics panel and Chart Options for Line chart [Work in Progress] Added Advcanced Analytics panel and Chart Options for Line chart Oct 7, 2016

function mapStateToProps(state) {
return {
rolling: state.rolling,
Copy link
Member

Choose a reason for hiding this comment

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

I am not sure if they should be top level args in the redux store, maybe state.viz.advancedAnalytics or state.explore.advancedAnalytics

Copy link
Contributor Author

@vera-liu vera-liu Oct 7, 2016

Choose a reason for hiding this comment

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

Hey, sorry this one is not ready yet, all the formdata will be moved after #1281, I'll modify this PR after merging 1281


function mapStateToProps(state) {
return {
lineStyle: state.lineStyle,
Copy link
Member

Choose a reason for hiding this comment

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

ditto

@vera-liu vera-liu changed the title [Work in Progress] Added Advcanced Analytics panel and Chart Options for Line chart [Change in Progress] Added Advcanced Analytics panel and Chart Options for Line chart Oct 7, 2016
@mistercrunch
Copy link
Member

Now that we're going with the config-driven approach I don't think this is needed anymore.

@vera-liu vera-liu deleted the vliu_line_controls branch November 1, 2016 19:03
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this pull request Nov 17, 2021
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this pull request Nov 24, 2021
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this pull request Nov 25, 2021
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this pull request Nov 26, 2021
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.

None yet

3 participants