mirror of
https://github.com/apache/superset.git
synced 2026-04-17 07:05:04 +00:00
[explorev2] Breaking down large files, fixing JS warnings (#1773)
* Breaking down large files, fixing JS warnings * fix unit tests
This commit is contained in:
committed by
GitHub
parent
3597fdb7f8
commit
c1558578d7
@@ -165,7 +165,7 @@ class ChartContainer extends React.Component {
|
||||
id={this.props.containerId}
|
||||
ref={(ref) => { this.chartContainerRef = ref; }}
|
||||
className={this.props.viz_type}
|
||||
style={{ 'overflow-x': 'scroll' }}
|
||||
style={{ overflowX: 'scroll' }}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user