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 a shared dimension prop and make dimensionConstructor optional #5

Open
Spacarar opened this issue Jan 12, 2022 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@Spacarar
Copy link
Member

some of the existing charts in CC share a dimension which allows them to be unaffected visually by the filters of the other charts.

Currently vue-dcjs doesn't support this out of the box, but it's really close to being able to.

because all charts store their dimension in this.$options.dimension already:

  • this.dimension is the prop for a shared dimension
  • this.dimensionConstructor is a prop function for an enclosed dimension
  • this.$options.dimension is either this.dimension or the result of this.ndx.dimension(this.dimensionConstructor)
@Spacarar Spacarar added the enhancement New feature or request label Jan 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant