Closed maurizi closed 6 years ago
Due to #314, haven't tested charts display on some browser combinations
Charts were not appearing on any browsers?
Couldn't get far enough to check out charts on other browsers, because I couldn't get past the login while running the lab locally.
The login page has been removed from the Lab, so I think it's okay if this breaks login page styling. Can you try rebasing this branch on top of the latest develop branch and retesting?
Yes, that sorts it out. I'll go ahead and push the rebase, in case anyone else wants to check it out today.
@jfrankl:
Charts were not appearing on any browsers?
Charts were not appearing in Safari, but were in other browsers
Overview
Charts were not appearing because the flexbox-based layout was giving the chart and some of its child elements 0 height.
Switching to absolutely positioned elements for some items seems to be be more well supported, and did not seem to cause any regressions on other browsers.
Testing Instructions
yarn run serve
Checklist
yarn run serve
clean?yarn run build:prod
clean?yarn run lint
clean?Fixes #244 Fixes #304