Skip to content

Commit

Permalink
[dashboard] allow bar charts to scroll on x axis (#2513)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch authored Mar 31, 2017
1 parent 513a090 commit 4b01e92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions superset/assets/visualizations/nvd3_vis.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ text.nv-axislabel {
}

.dist_bar {
overflow-x: auto;
overflow-x: auto !important;
}

.dist_bar svg.nvd3-svg {
Expand All @@ -24,8 +24,8 @@ text.nv-axislabel {
font-size: 12px;
}

.bar .slice_container {
overflow-x: auto;
.bar {
overflow-x: auto !important;
}

.bar svg.nvd3-svg {
Expand Down

0 comments on commit 4b01e92

Please sign in to comment.