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

[#798] [3.0] Bar Chart- 특정 data 만 색상 다르게 표시할 수 있도록 옵션 추가 #799

Merged
merged 5 commits into from
Apr 1, 2021

Conversation

jhee564
Copy link
Collaborator

@jhee564 jhee564 commented Apr 1, 2021

작업내용

  1. series 내에서 특정 value를 가진 부분은 색상을 지정할 수 있도록 기능 수정
  2. Sample Code에 사용법 명시

Sample

image

      const chartData = {
         ...
        data: {
          series1: [100, 150, 51, 150, 350],
          series2: [50, { value: 510, color: '#FF0000' }, 217, 89, 300],
        },
      };

@kdeun1 kdeun1 merged commit 5ad0362 into 3.0 Apr 1, 2021
@kdeun1 kdeun1 deleted the 798_3.0_chart_value_color branch April 1, 2021 08:34
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