Skip to content

Commit

Permalink
Fixed css class not being used by slice container (#1359)
Browse files Browse the repository at this point in the history
* Fixed css class not being used by slice container

* Delete require css line since it's not needed when className is specified
  • Loading branch information
vera-liu authored Oct 24, 2016
1 parent 19fab6e commit 9f81e23
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ class ChartContainer extends React.Component {
<div
id={this.props.sliceContainerId}
ref={(ref) => { this.chartContainerRef = ref; }}
className={this.props.vizType}
/>
</Panel>
</div>
Expand Down

0 comments on commit 9f81e23

Please sign in to comment.