Skip to content

Commit

Permalink
merge and resolve 0448db3
Browse files Browse the repository at this point in the history
  • Loading branch information
kristw committed Aug 27, 2018
1 parent d054549 commit a19c543
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ class ControlPanelsContainer extends React.Component {
{querySectionsToRender.map(this.renderControlPanelSection)}
</Tab>
{displaySectionsToRender.length > 0 &&
<Tab eventKey="display" title="Style">
<Tab eventKey="display" title={t('Visual Properties')}>
{displaySectionsToRender.map(this.renderControlPanelSection)}
</Tab>
}
Expand Down
2 changes: 0 additions & 2 deletions superset/assets/src/visualizations/word_cloud.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ function wordCloud(element, props) {
colorScheme,
} = props;

console.log('data', data);

const chart = d3.select(element);
const size = [width, height];
const rotationFn = ROTATION[rotation] || ROTATION.random;
Expand Down

0 comments on commit a19c543

Please sign in to comment.