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

add something like series.order #893

Open
leeoniya opened this issue Nov 14, 2023 · 0 comments
Open

add something like series.order #893

leeoniya opened this issue Nov 14, 2023 · 0 comments
Labels
feature New feature or request

Comments

@leeoniya
Copy link
Owner

it's useful to have legend order differ from data order and rendering order (zindex).

when rendering, points should be in front of filled bars and those should be in front of line-areas.

legend/tooltip could be made dynamic based on some property like Last value, or other stat.

also some series maybe should be hidden from legend or graph (or tooltip).

maybe

series.order = {
  legend: 1,
  plot: null,  // auto or data order?
  tooltip: -1, // hide?
};
@leeoniya leeoniya added the feature New feature or request label Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant