Skip to content

Commit

Permalink
rebase and remove more obsolete functions
Browse files Browse the repository at this point in the history
  • Loading branch information
kristw committed Sep 18, 2018
1 parent d11fe26 commit 13e73cc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions superset/assets/src/chart/ChartBody.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@ const propTypes = {
};

class ChartBody extends React.PureComponent {
html(data) {
this.el.innerHTML = data;
}

css(property, value) {
this.el.style[property] = value;
}

height() {
return this.props.height();
}
Expand Down

0 comments on commit 13e73cc

Please sign in to comment.