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

io.fair_acc.sample.chart.CustomCss1.css Maven / Gradle / Ivy

Go to download

Small sample applications to showcase the features of the chart-fx library.

The newest version!
.chart-crosshair-path {
  -fx-stroke-width: 3;
  -fx-stroke: green;
}

.chart-zoom-rect {
  -fx-fill: lime;
  -fx-stroke: pink;
  -fx-stroke-type: inside;
  -fx-stroke-width: 5;
  -fx-opacity: 0.1;
}

.chart-datapoint-tooltip-label {
  -fx-background-color: purple;
  -fx-border-color: black;
  -fx-border-radius: 9;
  -fx-font-size: 22;
  -fx-font-weight: lighter;
  -fx-text-alignment: left;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy