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:
vera-liu
2016-11-29 10:31:11 -08:00
committed by GitHub
parent 3496a80f5a
commit 7919428a1e
3 changed files with 9 additions and 5 deletions

View File

@@ -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>