mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
Vliu explorev2 bugs (#1701)
* Fixed table_name does not exist in druid * Make Chart container scrollable for large chart * Fixed bug of action buttons not clickable in heatmap * Solve codeclimate issue * Limit overflow to x
This commit is contained in:
@@ -204,6 +204,7 @@ class ChartContainer extends React.Component {
|
||||
id={this.props.containerId}
|
||||
ref={(ref) => { this.chartContainerRef = ref; }}
|
||||
className={this.props.viz_type}
|
||||
style={{ 'overflow-x': 'scroll' }}
|
||||
/>)
|
||||
}
|
||||
</Panel>
|
||||
|
||||
Reference in New Issue
Block a user