All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.org.richfaces.chart.ecss Maven / Gradle / Ivy

The newest version!
.chart-container {
  width: 100%;
  height: 300px;
}
.chart {
  width: 100%;
  height: 90%;
}
.chart-title {
  text-align: center;
}
.axisLabels {
  color: black;
}
#flotTip {
  padding: 3px 5px;
  background-color: #000;
  z-index: 100;
  color: #fff;
  box-shadow: 0 0 10px #555;
  opacity: .7;
  border: 2px solid #fff;
  border-radius: 4px;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy