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

Making time table viz scrollable #3808

Merged

Conversation

michellethomas
Copy link
Contributor

Previously time table viz didn't scroll when given a large number of results.

Fixes #3802

Copy link

@graceguo-supercat graceguo-supercat left a comment

Choose a reason for hiding this comment

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

Is there place where we change slice.

@@ -36,6 +36,7 @@ FormattedNumber.propTypes = {

function viz(slice, payload) {
slice.container.css('height', slice.height());
slice.container.css('overflow', 'scroll');

Choose a reason for hiding this comment

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

why not set this style in css file, the container has a class...

@coveralls
Copy link

Coverage Status

Coverage remained the same at 71.445% when pulling a737c1613060c8aad67062128ba22570526ccbb5 on michellethomas:timetable_viz_scroll into 4fa1f0a on apache:master.

1 similar comment
@coveralls
Copy link

coveralls commented Nov 8, 2017

Coverage Status

Coverage remained the same at 71.445% when pulling a737c1613060c8aad67062128ba22570526ccbb5 on michellethomas:timetable_viz_scroll into 4fa1f0a on apache:master.

@michellethomas
Copy link
Contributor Author

I'm not sure what the padding: 10px was set for, but it didn't seem to be getting applied correctly and it looks like too much padding.

@coveralls
Copy link

coveralls commented Nov 9, 2017

Coverage Status

Coverage remained the same at 71.445% when pulling 9ff9a95 on michellethomas:timetable_viz_scroll into 4fa1f0a on apache:master.

Copy link

@graceguo-supercat graceguo-supercat left a comment

Choose a reason for hiding this comment

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

LGTM

@graceguo-supercat graceguo-supercat merged commit 70c7315 into apache:master Nov 9, 2017
michellethomas added a commit to michellethomas/panoramix that referenced this pull request May 24, 2018
wenchma pushed a commit to wenchma/incubator-superset that referenced this pull request Nov 16, 2018
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.21.0 labels Feb 27, 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 🚢 0.21.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Time Series Table can't be scrollable
4 participants