add a shared dimension
prop and make dimensionConstructor
optional
#5
Labels
enhancement
New feature or request
dimension
prop and make dimensionConstructor
optional
#5
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 dimensionthis.dimensionConstructor
is a prop function for an enclosed dimensionthis.$options.dimension
is eitherthis.dimension
or the result ofthis.ndx.dimension(this.dimensionConstructor)
The text was updated successfully, but these errors were encountered: