This is an automated email from the ASF dual-hosted git repository.

ccwilliams pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new ef8429c  pass width and height (#6183)
ef8429c is described below

commit ef8429cbf56450021afdea88e530db6de75b0abd
Author: Krist Wongsuphasawat <krist.wo...@gmail.com>
AuthorDate: Thu Oct 25 09:59:25 2018 -0700

    pass width and height (#6183)
---
 superset/assets/src/visualizations/nvd3/LineMulti/LineMulti.jsx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/superset/assets/src/visualizations/nvd3/LineMulti/LineMulti.jsx 
b/superset/assets/src/visualizations/nvd3/LineMulti/LineMulti.jsx
index e872169..525a0f0 100644
--- a/superset/assets/src/visualizations/nvd3/LineMulti/LineMulti.jsx
+++ b/superset/assets/src/visualizations/nvd3/LineMulti/LineMulti.jsx
@@ -128,9 +128,9 @@ class LineMulti extends React.Component {
 
     return (
       <ReactNVD3
-        width={width}
-        height={height}
         {...transformProps({
+          width,
+          height,
           annotationData,
           datasource,
           formData,

Reply via email to