Hi,
I'm working on a StoryMap with embedded Tableau charts. One has a height of 850 and that is causing big issues with the paragraph text "below" drawing over top. In the past I've never run into an issue with overlapping texts using a height of 750 in the iFrame. Even these have overlapping text now, the caption is displaying over the iFrame. So maybe it's related to a recent update?
I think I've narrowed it down to being an issue with specified heights in the iFrame because when I remove that parameter, it is not an issue. However, the 500 or so height of the default frame isn't large enough for my content. Can someone please advise?
https://storymaps.arcgis.com/stories/e46efadd6c434b6ca89e26b7f44abd1f
iFrame Codes (in order of appearance in report)
<iframe src="https://public.tableau.com/views/DDAP_BHVR_Drugs/DDAP_BHVR_Drugs?:language=en&:showVizHome=no&:embed=true" width="100%" height="850"></iframe>
<iframe src="https://public.tableau.com/views/DDAP_BHVR_Smoking/DDAP_BHVR_Smoking?:language=en&:showVizHome=no&:embed=true" width="100%" height="750"></iframe>
<iframe src="https://public.tableau.com/views/DDAP_BHVR_Alcohol/DDAP_BHVR_Alcohol?:language=en&:showVizHome=no&:embed=true" width="100%" height="750"></iframe>
Solved! Go to Solution.
@TimSchock__PASDC -- This is a known issue that cropped up recently, and I'm sorry this is affecting your story. We fast-tracked a fix and it will be addressed in our update next Wednesday evening.
@TimSchock__PASDC -- This is a known issue that cropped up recently, and I'm sorry this is affecting your story. We fast-tracked a fix and it will be addressed in our update next Wednesday evening.
@OwenGeo - Thank you for your quick answer! Looking forward to the fix.
@TimSchock__PASDC -- Just to add to my previous message, no action on your part is needed. The specific issue is that sizing parameters that were included with embeds added as iframes are no longer being honored.
I tested your story with our dev code and it fixes the issue (screenshot below).
Awesome, thank you!!