Transparency of chart tool tips can sometimes make them hard to read

Issue #324 resolved
David Platten created an issue

The transparency of chart tool tips can sometimes make them hard to read, particularly on the combined chart of CTDI and DLP. The following addition to openrem-extra.css would fix this issue:

.highcharts-tooltip span {
  background-color: white;
  opacity: 1;
  padding: 2px;
  z-index: 9999 !important;
}

Any comments?

Comments (2)

  1. Ed McDonagh

    Please go-ahead if you think it will look clearer.

    The QR service is coming on really well now, but I'm getting myself into all sorts of knots trying to work out the correct way to do imports at a project or app level!

  2. Log in to comment