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

[#1372] Bar Chart > useSeriesOpacity 옵션 추가 #1373

Merged
merged 2 commits into from
Mar 15, 2023

Conversation

jhee564
Copy link
Collaborator

@jhee564 jhee564 commented Mar 15, 2023

개요

  • selectItem 기능 사용중, 선택된 항목 외 다른 항목들에 대해 반투명 처리를 할 수 있는 옵션인 useSeriesOpacity 추가

Before

image

  • Tip( 위 이미지상 분홍색 부분) 으로만 표시 가능

After

image

  • 선택된 항목 외 다른 항목들을 반투명하게 처리

수정내용상세

  • elemenet.bar.js 에서 Opacity값을 구할 때 selectItem 옵션의 useSeriesOpacity 값도 고려하도록 로직 추가함
  • barChart.md에 관련 설명 추가
  • Event.vue 예제 코드 수정

@kdeun1 kdeun1 merged commit 37e6f04 into 3.0 Mar 15, 2023
@kdeun1 kdeun1 deleted the 1372_bar_chart_use_series_opacity branch March 15, 2023 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants