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

create structure for new forked explore view #1099

Merged
merged 4 commits into from
Sep 14, 2016
Merged

create structure for new forked explore view #1099

merged 4 commits into from
Sep 14, 2016

Conversation

ascott
Copy link

@ascott ascott commented Sep 13, 2016

@vera-liu @mistercrunch @bkyryliuk here is the first PR for the explore refactor.

open questions:

  • what's the best way to convert bootstrap_data to a json object? i tried json.dumps(bootstrap_data) but was getting errors like Can't serialize ...some object name...

import ExploreViewContainer from './components/ExploreViewContainer';

const exploreViewContainer = document.getElementById('js-explore-view-container');
const bootstrapData = exploreViewContainer.getAttribute('data-bootstrap');
Copy link
Author

Choose a reason for hiding this comment

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

@vera-liu this is what i was thinking for bootstrapping the data from the server to the client.

we need to fix the formatting of bootstrapData either in js or python since this is not quite well formed json yet, but it gives you the idea.

screenshot 2016-09-13 17 59 54

@ascott ascott changed the title [WIP] create structure for new forked explore view create structure for new forked explore view Sep 14, 2016
@ascott ascott merged commit 8798fe6 into apache:alanna-explore-v2-main Sep 14, 2016
@ascott ascott deleted the alanna-explore-v2-structure branch September 14, 2016 02:16
@williaster
Copy link
Contributor

Yayyyyyyyyyyy so psyched for this!

On Tuesday, September 13, 2016, Alanna Scott notifications@github.com
wrote:

Merged #1099 #1099.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#1099 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/AEScie_3-9CqcHeBclu2gO59k5vRkxOnks5qp1j1gaJpZM4J7XHL
.

Chris Williams

Data Visualization
San Francisco

vera-liu pushed a commit to vera-liu/caravel that referenced this pull request Sep 27, 2016
* create structure for new forked explore view

* update component name

* add bootstrap data pattern

* remove console.log
vera-liu added a commit that referenced this pull request Sep 29, 2016
…1205)

* create structure for new forked explore view (#1099)

* create structure for new forked explore view

* update component name

* add bootstrap data pattern

* remove console.log

* Associate version to entry files (#1060)

* Associate version to entry files

* Modified path joins for configs

* Made changes based on comments

* Created store and reducers (#1108)

* Created store and reducers

* Added spec

* Modifications based on comments

* Explore control panel components: Chart control, Time filter, SQL,
GroupBy and Filters

* Modifications based on comments
ascott pushed a commit that referenced this pull request Oct 4, 2016
* Explore control panel - Chart control, TimeFilter, GroupBy, Filters (#1205)

* create structure for new forked explore view (#1099)

* create structure for new forked explore view

* update component name

* add bootstrap data pattern

* remove console.log

* Associate version to entry files (#1060)

* Associate version to entry files

* Modified path joins for configs

* Made changes based on comments

* Created store and reducers (#1108)

* Created store and reducers

* Added spec

* Modifications based on comments

* Explore control panel components: Chart control, Time filter, SQL,
GroupBy and Filters

* Modifications based on comments

* accommodate old and new explore urls

* move bootstrap data up in scope

* fix code climate issues

* fix long lines

* fix syntax error
vera-liu added a commit to vera-liu/caravel that referenced this pull request Oct 4, 2016
…pache#1205)

* create structure for new forked explore view (apache#1099)

* create structure for new forked explore view

* update component name

* add bootstrap data pattern

* remove console.log

* Associate version to entry files (apache#1060)

* Associate version to entry files

* Modified path joins for configs

* Made changes based on comments

* Created store and reducers (apache#1108)

* Created store and reducers

* Added spec

* Modifications based on comments

* Explore control panel components: Chart control, Time filter, SQL,
GroupBy and Filters

* Modifications based on comments
vera-liu added a commit that referenced this pull request Oct 4, 2016
* Explore control panel - Chart control, TimeFilter, GroupBy, Filters (#1205)

* create structure for new forked explore view (#1099)

* create structure for new forked explore view

* update component name

* add bootstrap data pattern

* remove console.log

* Associate version to entry files (#1060)

* Associate version to entry files

* Modified path joins for configs

* Made changes based on comments

* Created store and reducers (#1108)

* Created store and reducers

* Added spec

* Modifications based on comments

* Explore control panel components: Chart control, Time filter, SQL,
GroupBy and Filters

* Modifications based on comments

* Added access check + Druid in endpoint

* pull grains to constants

* Switch explore.html to old version
vera-liu added a commit to vera-liu/caravel that referenced this pull request Oct 4, 2016
…pache#1205)

* create structure for new forked explore view (apache#1099)

* create structure for new forked explore view

* update component name

* add bootstrap data pattern

* remove console.log

* Associate version to entry files (apache#1060)

* Associate version to entry files

* Modified path joins for configs

* Made changes based on comments

* Created store and reducers (apache#1108)

* Created store and reducers

* Added spec

* Modifications based on comments

* Explore control panel components: Chart control, Time filter, SQL,
GroupBy and Filters

* Modifications based on comments
ascott pushed a commit that referenced this pull request Oct 6, 2016
* create structure for new forked explore view (#1099)

* create structure for new forked explore view

* update component name

* add bootstrap data pattern

* remove console.log

* Created store and reducers (#1108)

* Created store and reducers

* Added spec

* Modifications based on comments

* do use bootstrap data for now

* don't deal with bootstrap data for now

* use victory as a base

* import fake line data, add fake panels, make chart fixed

* add fetch support

* get slice data from json endpoint

* render chart with slicejson

* update chart and label demo

* remove fetch config

* remove dummy control panels

* should be a func

* make TimeSeriesLineChart

* add a comment

* inner height for height

* don't need fetch yet

* trailing comma breaks in package json

* pass in viz data from props

* add style sheet

* set height on explore container

* add legend

* make chart responsive to window resize

* can't use head_css in template bc overrides head_css in basic

* fix linting

* break labelItem into own SFC, make legend SFC

* add propTypes and fix linter
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this pull request Nov 17, 2021
* fix(plugin-chart-echarts): add orderby

fix apache#14534

* feat(plugin-chart-echarts): set orderby default value is true
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this pull request Nov 24, 2021
* fix(plugin-chart-echarts): add orderby

fix apache#14534

* feat(plugin-chart-echarts): set orderby default value is true
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this pull request Nov 25, 2021
* fix(plugin-chart-echarts): add orderby

fix apache#14534

* feat(plugin-chart-echarts): set orderby default value is true
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this pull request Nov 26, 2021
* fix(plugin-chart-echarts): add orderby

fix apache#14534

* feat(plugin-chart-echarts): set orderby default value is true
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants