apache / superset

Apache Superset is a Data Visualization and Data Exploration Platform
https://superset.apache.org/
Apache License 2.0
62.61k stars 13.81k forks source link

Forced Directed graph is cut off and returns [object Object] after resize #7246

Closed khtruong closed 3 years ago

khtruong commented 5 years ago

Make sure these boxes are checked before submitting your issue - thank you!

Superset version

Master

Expected results

To view the entire force directed graph and for it to continue to display after resize

Actual results

Screen Shot 2019-04-08 at 4 10 48 PM

After resizing:

Screen Shot 2019-04-08 at 4 11 02 PM

Steps to reproduce

  1. Open sample force-directed graph Energy Force Layout
  2. Resize window
stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue .pinned to prevent stale bot from closing the issue.

zyxue commented 4 years ago

Any update on this? Also a question, is force-directed graph zoomable?

IndexOutOfRange commented 4 years ago

Simple solution is to resize window and re run the query after that. This way the graph is recreated and may fit in the box. This is more of a work around though... force_directed_graph

srinify commented 3 years ago

Hey @zyxue @IndexOutOfRange did y'all see the new ECharts Force Directed Graph?