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

Make ordered category algo skip over visible false traces #2489

Merged
merged 2 commits into from
Mar 30, 2018

Commits on Mar 20, 2018

  1. Configuration menu
    Copy the full SHA
    463d7ce View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2018

  1. fixes #1460 - refactor initial category ordering

    - 🔪 'pure' ordered_categories.js and move logic to
      category_order_defaults (no need for two files for this stuff here)
    - replace d3.bisector-based search-and-replace algo by lookup object,
      which bring number categories on par with their string rep
      (e.g. 1 same as '1' - see issue #1460)
    - use native array sort() to order categories instead of d3 version
    etpinard committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    80c13a9 View commit details
    Browse the repository at this point in the history