Skip to content

Fix Bug with Brush labels on hover for attribute affectedCharts='others'

Choose a tag to compare

@billneff79 billneff79 released this 07 Oct 16:09
· 31 commits to master since this release

Fixed Bug: Brush labels were not updating based on the actual selected start and end index in the Brush when affectedCharts attribute was set to 'others'.

Behind the scenes, made XAxis, YAxis and ZAxis real components instead of shell model components. Makes debugging/testing easier.