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

Fixed tooltip labelling on Bar Chart when min is defined (#3618) #3620

Merged
merged 1 commit into from
Nov 28, 2016

Commits on Nov 25, 2016

  1. fixed tooltip labelling on Bar Chart when min is defined

    added helper method to adjust the index
    
    pass in chartConfig rather than access within method, make it easier to
    test
    
    added semi-colon at the end of helper method
    
    added test for adjustIndex helper method
    
    fixed lint issues
    
    added integration test for the interaction of trigger an event over the
    bar
    
    .
    
    .
    
    moved adjustIndex into element helper
    
    removed method from helper and adjusted method in core.interaction
    
    added test for the element adjustIndex helper
    
    added a skipIndexAdjustment method to handle when to skip the adjustment
    along with test cases
    
    fixed lint issues
    
    removed the test for the helper method
    Jareechang committed Nov 25, 2016
    Configuration menu
    Copy the full SHA
    3df130a View commit details
    Browse the repository at this point in the history