Skip to content
Snippets Groups Projects
Select Git revision
  • 79b43fbb97eaac34fe8f399fcef7c671a31ccae5
  • master default protected
  • Eilerts_branch
  • Karins_branch
  • Mads_branch
5 results

graphStyles.css

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    graphStyles.css 1.33 KiB
    
    .chart-series-line {
        -fx-stroke-width: 7px;
        -fx-effect: null;
    }
    
    .default-color0.chart-series-line{-fx-stroke: red; -fx-opacity: 1.0}
    .default-color1.chart-series-line{-fx-stroke: green; -fx-opacity: 1.0}
    .default-color2.chart-series-line{-fx-stroke: rgba(0,168,355,0.3); -fx-opacity: 0.1}
    .default-color3.chart-series-line{-fx-stroke: rgba(0,168,355,0.3); -fx-opacity: 0.1}
    .default-color4.chart-series-line{-fx-stroke: rgba(0,168,355,0.3); -fx-opacity: 0.1}
    .default-color5.chart-series-line{-fx-stroke: rgba(0,168,355,0.3); -fx-opacity: 0.1}
    .default-color6.chart-series-line{-fx-stroke: rgba(0,168,355,0.3); -fx-opacity: 0.1}
    .default-color7.chart-series-line{-fx-stroke: rgba(0,168,355,0.3); -fx-opacity: 0.1}
    
    .default-color0.chart-line-symbol{-fx-background-color: red,red;}
    .default-color1.chart-line-symbol{-fx-background-color: green,green;}
    .default-color2.chart-line-symbol{-fx-background-color: rgba(0,168,355,0.3),white;}
    .default-color3.chart-line-symbol{-fx-background-color: rgba(0,168,355,0.3),white;}
    .default-color4.chart-line-symbol{-fx-background-color: rgba(0,168,355,0.3),white;}
    .default-color5.chart-line-symbol{-fx-background-color: rgba(0,168,355,0.3),white;}
    .default-color6.chart-line-symbol{-fx-background-color: rgba(0,168,355,0.3),white;}
    .default-color7.chart-line-symbol{-fx-background-color: rgba(0,168,355,0.3),white;}