James Briggs, Sr. Devops/SRE/DBA
James Briggs, Sr. Devops/SRE/DBA
As a work-around, you can use table colspan and rowspan to easily add chart labels and titles surrounding the cssplot div. Thanks, James.
I don't have a patch yet, but so far I've identified 2 CSS display problems on IE8: 1) display: flex; is CSS3, which IE8 doesn't support. Adding cssplot.ie.css using CSS2...
asciimoo: There is no general solution possible to add cssplot support for IE8 or IE9, since they do not have CSS3 support. However, there is about a 50% chance somebody...
The beginning of code block should have read: assert_contains() { # assert_contains <str> <regex> [expected](%28 tests_ran++ %29) || : [[ -n "$DISCOVERONLY" ]] && return || true str=${1:-} regex=${2:-} expected=${3:-0}