# wt-security/2.1.7/htdocs/css/chart.css

WebTotem Security, version 2.1.7. 52 lines.

- Page: https://pluginprobe.com/plugins/wt-security/2.1.7/code/htdocs/css/chart.css
- Raw: https://pluginprobe.com/plugins/wt-security/2.1.7/raw/htdocs/css/chart.css
- Modified: 2020-07-13T13:03:04+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wt-security/2.1.7/code/htdocs/css/chart.css#L10-L20`.

```css
.line-chart .axis line {
  stroke: #f0f0f0; }

.line-chart .axis path {
  stroke: #f0f0f0; }

.line-chart .axis text {
  fill: #5e6977; }

.line-chart .grid line {
  stroke: #f0f0f0; }

.line-chart .listening-rect {
  fill: transparent; }

.line-chart__tooltip {
  opacity: 0;
  position: absolute;
  top: -25px;
  left: -17px;
  padding: 0.2em 0.5em;
  background: #1d293f;
  text-align: center;
  line-height: 1.4em;
  font-size: 0.9em;
  z-index: 10;
  transition: all 0.1s ease-out;
  pointer-events: none;
  color: #fff;
  font-family: Inter, Gilroy, Helvetica, sans-serif;
  border-radius: 2px;
  min-width: 28px; }

.line-chart__tooltip:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 12px;
  height: 12px;
  background: #1d293f;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: translate(-50%, 50%) rotate(45deg);
  transform-origin: center center;
  z-index: 10; }

.line-chart {
  position: relative; }

/*# sourceMappingURL=chart.css.map */

```
