Skip to content

Commit f78e3ac

Browse files
authored
Merge pull request #73 from brahma-dev/master
Pass `className` prop to container div
2 parents 77e3563 + 3ff8e33 commit f78e3ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

amcharts3-react.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ console.warn("Version 1.0 is outdated. Please upgrade to version 2.0:\nhttps://g
276276
render: function () {
277277
return React.DOM.div({
278278
id: this.state.id,
279+
className: this.props.className || null,
279280
style: {
280281
width: this.props.width || "100%",
281282
height: this.props.height || "100%"

0 commit comments

Comments
 (0)