yamyamyuo opened a new issue #4635: bug [superset 0.23.2] no default charts 
position in dashboard, dashboard is empty
URL: https://github.com/apache/incubator-superset/issues/4635
 
 
   Make sure these boxes are checked before submitting your issue - thank you!
   
   - [x] I have checked the superset logs for python stacktraces and included 
it here as text if any
   - [x] I have reproduced the issue with at least the latest released version 
of superset
   - [x] I have checked the issue tracker for the same issue and I haven't 
found one similar
   
   
   ### Superset version
   0.23.2
   
   ### Expected results
   when create a new dashboard with some slice, we can view the slice(charts) 
in dashboard without addtional position json configuration like this: 
   ```
   [
       {
           "col": 1, 
           "row": 0, 
           "size_x": 8, 
           "size_y": 3, 
           "slice_id": "49"
       }, 
       {
           "col": 5, 
           "row": 3, 
           "size_x": 8, 
           "size_y": 3, 
           "slice_id": "50"
       }
   ]
   ```
   ### Actual results
   However in superset 0.23.2 version,  the dashboard is totally empty after 
adding some slice(charts) in the dashboard. 
   
   
   ### Steps to reproduce
   install superset 0.23.2
   create a dashboard, add some slices and click into the newly added 
dashboard, you will see nothing.
   
   <img width="861" alt="screen shot 2018-03-17 at 11 24 54 pm" 
src="https://user-images.githubusercontent.com/8351385/37557120-df91a25c-2a3a-11e8-8029-5d6f0e7cc864.png";>
   
   <img width="1178" alt="screen shot 2018-03-17 at 11 25 09 pm" 
src="https://user-images.githubusercontent.com/8351385/37557121-dfcdd114-2a3a-11e8-8dda-7c8c75715bbe.png";>
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to