RhoInc / Webcharts

Reusable, flexible, interactive charts with JavaScript
MIT License
34 stars 6 forks source link

Renderers table formatting issue #152

Closed dschwentker closed 6 years ago

dschwentker commented 6 years ago

When testing the aetimelines renderer with Webcharts 1.9, we noticed that the table header with the instructions and search bar was getting smushed down to the sides of the table, rather than appearing above the table. For aetimelines, this is an issue in all three browsers (Chrome, Firefox, and IE 11), but for the safety-histogram and safety-shift-plot renderers noted below, it appears to only be an issue in IE 11.

image

dschwentker commented 6 years ago

I've subsequently noticed similar behavior in the safety-histogram renderer: image

And the safety-shift-plot renderer: image

jwildfire commented 6 years ago

Test Notes: Confirm that this is fixed in f11f634a2b9cb999af78a776e86d2dbcc1e78ad3

dschwentker commented 6 years ago

Tested and passed in all browsers.