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

Modularize styling of arrows #324

Open
epatters opened this issue Jan 12, 2025 · 0 comments
Open

Modularize styling of arrows #324

epatters opened this issue Jan 12, 2025 · 0 comments
Labels
frontend TypeScript frontend and Rust-wasm integrations tactical Typical engineering complexity visualization Visualization and plotting

Comments

@epatters
Copy link
Member

We currently have an atomic concept of "arrow style." As seen in #322, this is becoming duplicative. We should refactor the styling of arrows so that the following aspects of an arrow can be styled independently:

  • Line style: single line, double lines, etc
  • Arrow head
  • Arrow tail
  • Head decoration, e.g., plus or minus sign
  • Tail decoration
  • Midpoint decoration, e.g, vertical bar

While conceptually straightforward, it will take some work to ensure that all these options play nice together in both HTML/CSS and SVG rendering.

@epatters epatters added frontend TypeScript frontend and Rust-wasm integrations tactical Typical engineering complexity visualization Visualization and plotting labels Jan 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend TypeScript frontend and Rust-wasm integrations tactical Typical engineering complexity visualization Visualization and plotting
Projects
None yet
Development

No branches or pull requests

1 participant