my scenario is as follows,
- create a visual graph
- include the graph in my own site(dashboard) with iframe
the thing is how can i control the size of target page(kibana shared ) or make it auto-resize?
my scenario is as follows,
the thing is how can i control the size of target page(kibana shared ) or make it auto-resize?
The iframe
tag which you're using to embed the visualization has "height" and "width" attributes that you can use to control the size of the embedded visualization:
<iframe src="..." height="500px" width="500px"></iframe>
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.