Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cytoscape: add pie background style properties #69445

Merged

Commits on Apr 25, 2024

  1. List pie-i-background style properties for i = 1..16 explicitly

    There are style properties for up to 16 pie chart segments, the
    documentation lists them as pie-i-background-{color,size,opacity} but
    for typing the full set must be listed explicitly. Otherwise, type checking
    accepts the non-existent property pie-i-background-color but rejects the
    pie-1-background-color.
    cneumann committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    c85d303 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6607847 View commit details
    Browse the repository at this point in the history
  3. Fixes typo in test

    cneumann committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    3cd8432 View commit details
    Browse the repository at this point in the history