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

Mouse event sensors for bar charts #1428

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open

Commits on Apr 23, 2018

  1. Add mouse sensors to bar charts

    Add 'hidden' bars over the existing bars. These act as mouse interaction sensor for bars, and is particularly helpful for bars that have a low enough value to be difficult to click on.
    
    Also need to make a slight change to dc.css and dc.min.css.
    alexmacy committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    7cad544 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2faddc View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2018

  1. see notes

    - Change the class of the sensor bars.
    - Test an idea for passing highlighting from the sensor bars to the
    main bars.
    alexmacy committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    4f50998 View commit details
    Browse the repository at this point in the history