You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.
It seems that iframe implementation for uchiwa doesn't support dynamic width and height options, like in native html
At this moment iframe option works amazingly, but width and height options can't be modified.
The following is one of my checks
With the iframe option, uchiwa dashboard shows the following output:
As can be seen, because of the default height, the chart reduces its Y axis to only 3 values:
Expected Behavior
By using html code, as an example, with a width of 450 and two different heights of 200 and 300
As can be seen in the image below, the 2nd iframe with height of 300, shows more values on its Y axis
It is possible to implement a solution for this issue with iframe usage?
The text was updated successfully, but these errors were encountered: