GithubHelp home page GithubHelp logo

nitoloz / salary-report Goto Github PK

View Code? Open in Web Editor NEW
31.0 31.0 3.0 617 KB

Salary report visualization with D3.js :bar_chart: :moneybag:

Home Page: https://nitoloz.github.io/salary-report/

License: MIT License

HTML 7.65% JavaScript 90.18% CSS 2.17%
bar-chart box-plot chart d3 d3js filters javascript pie-chart salary-report scatter-plot svg visualization

salary-report's People

Contributors

nitoloz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

salary-report's Issues

кривые фильтры

Фильтры с проблемами

  1. Чувствительность к регистру символов:
Position:
Support (4)
support (1)
  1. Нет сортировки:
UX Researcher (1)
Game Developer (1)
Backend Developer & Team Lead (1)
support (1)
DevOps Manager (1)
Solution Architect (1)
Scrum Master (1)
Data Analyst (1)

или

Yaml (1)
Linux-Stack, Networking (1)
Multiple (1)
Microsoft, Vmware (1)
Powershell (1)
Solidity (1)
ASM (1)
Cobol (1)
Hadoop (1)
Erlang (1)
Unity (1)
HR (1)

или

Gothenburg (1)
Almere (1)
Limassol (1)
Tampere (1)
Bayern (1)
Antwerpen (1)
Tallinn (1)
Koblenz (1)
  1. В английском языке есть слово German, а Deutsch пользуется в сленге для других значений — https://www.urbandictionary.com/define.php?term=deutsch

Update facets in accordance with filters

Main idea: facets (i.e. numbers near filter values) should be adjusted according to currently selected filters).
As a user is able to change only one filter state per click, it would be great to show (+N) near non-selected filter values to demonstrate how many entities will be added to the selection after this exact filter value is checked.

Let's go with examples

Let's assume we have the next data:

Male Female
Middle 50 30
Senior 20 10

Initial filters with facets will be (let's assume that all of the filters are empty i.e. no filters are applied):

  • Sex
    • ☐ Male (70)
    • ☐ Female (40)
  • Maturity
    • ☐ Middle (80)
    • ☐ Senior (30)

Step 1: Check Male filter

  • Sex
    • ☑ Male (70)
    • ☐ Female (+40)
  • Maturity
    • ☐ Middle (50)
    • ☐ Senior (20)

Step 2: Check Senior filter

  • Sex
    • ☑Male (20)
    • ☐ Female (+10)
  • Maturity
    • ☐ Middle (+50)
    • ☑ Senior (20)

Range filter: boundary values are not updated after "Reset filter" button is clicked

Steps:

  1. Open the app
  2. Observe some range filter (e.g. Age. Let's assume it has boundary values 20 - 50)
  3. Update this filter (e.g. set to 30 - 50)
  4. Click on Reset filter button

Actual result:
Boundary values are 30 - 50

Expected result:
Boundary values are 20 - 50

Note: the bar itself works fine, can be observed by moving the handler (becomes 21 and not 31 after moving to the right)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.