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

#416 Alias display error when setting chart detail #443

Closed
wants to merge 17 commits into from

Conversation

juheeko9
Copy link
Contributor

Description

  • kpi차트의 common 옵션패널, secondary indicator 옵션패널에서 설정된 alias로 표현되게 수정
  • bar차트의 color setting 옵션패널의 color by dimension에서 설정된 alias로 표현되게 수정
  • bar차트의 data label 옵션패널에서 설정된 alias로 표현되게 수정
  • bar차트의 tooltip 옵션패널에서 설정된 alias로 표현되게 수정

Related Issue : #416

How Has This Been Tested?

[kpi 차트]

  1. 차트화면에서 measure를 한개올리고 kpi차트를 선택
  2. dimension의 alias를 설정합니다.
  3. common setting 옵션패널의 using graphic icons의 목록과 add description 목록에서 설정된 alias로 표현되는지 확인합니다.
  4. set up secondary indicators 옵션패널의 display target에서 설정된 alias로 표현되는지 확인합니다.

[바차트 color setting]

  1. 차트화면에서 열선반 : dimension 1개, 교차선반 : measure 1개를 올리고 바차트를 선택
  2. dimension의 alias를 설정합니다.
  3. color setting 옵션패널에서 color by dimension으로 선택합니다.
  4. dimension 리스트에서 설정된 alias로 표현되는지 확인합니다.

[바차트 data label]

  1. 차트화면에서 열선반 : dimension 1개, 교차선반 : measure 1개를 올리고 바차트를 선택
  2. dimension, measure의 alias를 설정합니다.
  3. tooltip 옵션패널에서 display label을 모두 선택한 후 설정된 alias로 표현되는지 확인합니다.

[바차트 tooltip]

  1. 차트화면에서 열선반 : dimension 1개, 교차선반 : measure 1개를 올리고 바차트를 선택
  2. dimension, measure의 alias를 설정합니다.
  3. data label 옵션패널에서 display label을 모두 선택한 후 설정된 alias로 표현되는지 확인합니다.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project. it will be added soon
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document. it will be added soon
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Additional Context

@juheeko9 juheeko9 requested review from kyungtaak, eltriny and a team October 15, 2018 06:52
@kyungtaak
Copy link
Contributor

run build
deploy to 2

@kyungtaak kyungtaak added testbed2 Review Test Server 2 @chart Chart Component and Widget labels Oct 15, 2018
Copy link

@minjung-cho minjung-cho left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

우측 패널의 컬럼명이 노출되는 곳에서는 '차트 알리아스' > '알리아스' > '컬럼명' 순으로 보여져야 합니다. 현재 '차트 알리아스'도 '알리아스' 인것 처럼 표시되고 있습니다.
2018-10-16 11 09 53

@juheeko9 juheeko9 closed this Oct 16, 2018
@sting009 sting009 changed the base branch from 3.0.5 to master January 9, 2019 04:52
@sting009
Copy link
Contributor

@minjung-cho 해당 내용까지 수정되었습니다.

추가 코멘트 적어주신 내용까지 수정되어, 다시 오픈 하겠습니다.

@sting009 sting009 reopened this Jan 10, 2019
@sting009 sting009 removed the testbed2 Review Test Server 2 label Jan 10, 2019
@alchan-lee
Copy link
Contributor

기능 외적으로.. 이 변경건을 master에 적용하시려면
feature 브랜치 자체의 base 브랜치를 옮겨 주셔야 할 듯 합니다.
(github ui에서 target을 바꾸는 것만 으로는 해결이 안됩니다)

feature 브랜치에서 cli를 통해 git rebase --onto <새 베이스 브랜치> <이전 베이스 브랜치>로 옮겨 주셔야 합니다.

ex) git rebase --onto master refs/heads/3.1.1

이렇게 베이스 브랜치를 변경하신 뒤 feature 브랜치에 force push를 해주셔야 합니다.

master에 바로 반영을 하게 되면서 revert / cherry-pick 등이 원활해져야 하는 관계로
merge 커밋에라도 다른 변경건들이 포함된 경우에는 merge 시키지 않게 된 점 양해 부탁드립니다.

@alchan-lee alchan-lee closed this Jan 11, 2019
alchan-lee pushed a commit that referenced this pull request Jan 18, 2019
* #1077 Make database type icons into common component

* #1077 snapshot is using custom API controllers

* #1077 snapshot uses always default projection has all properties

* #1077 snapshot has the properties of abstracthistoryentity

* #1077 merger with master

* #1077 Snapshots can only change allowed properties

* #1077 work_list returns snapshots was not canceled

* #1077 Add ss type icon in snapshot list, fix svg icon component

* #416 #443 fix  error displaying alias in chart widget

* #1092 fix job property guide popup css

* #1092 Fix date range format (add T for time)

* #1092 remove data range in stagingDB(change to intervals)

* #1092 change default data range regex

* #1092 fix interval guide icon css error

* #1092 fixed guide info, fix granularity service

* #1092 add uppercase replace
@ufoscw ufoscw deleted the f#416-alias_display_error_chart branch March 18, 2021 06:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@chart Chart Component and Widget
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants