Skip to content

PieChart label line has wrong color for dark mode #162

@dlemmermann

Description

@dlemmermann

The rule for .chart-pie-label-ine is defined like this:

.chart-pie-label-line {
  -fx-stroke: derive(-color-bg-default, -20%);
}

which makes it almost invisible when the background color is already dark. The rule asks for the line to be 20% darker than the current background.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions