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

[#772] [3.0] Chart Tool-tip 로직 개선 #783

Merged
merged 8 commits into from
Mar 18, 2021
Merged

Commits on Mar 8, 2021

  1. [#772][3.0] Chart Tool-tip 로직 개선

    ##################################
    - 빠르게 움직이며 Tooltip을 확인할 때 Tooltip의 display가 none <-> block 을 반복하면서 깜빡이는것처럼 보이는 현상 제거 후 로직 개선
    jhee564 committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    64f2823 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. [#772][3.0] Chart Tool-tip 로직 개선

    ##################################
    - 툴팁 위치 마우스 포인터 기준으로 계산하도록 로직 수정
    - sortByValue (값을 기준으로 정렬) 옵션 추가
    - scrollbar 옵션 추가
      - maxSeriesCount (최대 표시 개수)를 넘어 가면 툴팁에 scrollbar 생성
    jhee564 committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    47bdf05 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

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

Commits on Mar 12, 2021

  1. [#772][3.0] Chart Tool-tip 로직 개선

    ##################################
    - 테스트 코드 제거
    - reactivityChart는 작성하지 않기로 결정되었기때문에 파일 삭제
    jhee564 committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    44115c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df9fa8d View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. [#772][3.0] Chart Tool-tip 로직 개선

    ##################################
    - 코드리뷰 피드백 반영
      - tooltip의 화면 표시 여부 체크 변수화
    jhee564 committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    f64dbf3 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. [#785][3.0] Horizontal Chart MaxTip 버그 수정

    ##################################
    - 코드리뷰 피드백 반영
      - 타이틀 상단 고정 기능 추가
    jhee564 committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    4dee960 View commit details
    Browse the repository at this point in the history
  2. [#785][3.0] Horizontal Chart MaxTip 버그 수정

    ##################################
    - 툴팁 관련 샘플 코드 추가
    jhee564 committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    6f2d344 View commit details
    Browse the repository at this point in the history