Skip to content

Commit

Permalink
[#850] [3.0] chart - Axis Label 이 길어질 경우 사용되는 옵션값 설명 추가 (#851)
Browse files Browse the repository at this point in the history
- 축(Axis)에 위치할 Label이 길어질 경우 사용가능한 'labelStyle / fitWidth', 'labelStyle / fitDir' 에대한 설명이 누락되어있어 추가

Co-authored-by: jinhee park <jinhee@ex-em.com>
  • Loading branch information
jhee564 and jhee564 authored Aug 4, 2021
1 parent e4404f1 commit 66f16e0
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
14 changes: 7 additions & 7 deletions docs/views/barChart/api/barChart.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,13 @@ const chartData = {
- dayjs의 timeFormat 이용 [참고URL](https://day.js.org/docs/en/parse/string-format/)

##### labelStyle
| 이름 | 타입 | 디폴트 | 설명 |
|-----|------|-------|-----|
| fontSize | Number | 12 | 글자 크기 |
| color | Hex, RGB, RGBA Code(String) | '#25262E' | 글자 색상 |
| fontFamily | String | 'Roboto' | 폰트 |
| fitWidth | Boolean | false | Label Text Ellipsis 처리 |
| fitDir | String | 'right' | Ellipsis 방향 |
| 이름 | 타입 | 디폴트 | 설명 | 종류(예시) |
|-----|------|-------|-----|-----|
| fontSize | Number | 12 | 글자 크기 | |
| color | Hex, RGB, RGBA Code(String) | '#25262E' | 글자 색상 | |
| fontFamily | String | 'Roboto' | 폰트 | |
| fitWidth | Boolean | false | Label Text Ellipsis 처리 | |
| fitDir | String | 'right' | Ellipsis 방향 | ( right => 'aaa...', left => '...aaa') |

#### title
| 이름 | 타입 | 디폴트 | 설명 | 종류(예시) |
Expand Down
14 changes: 7 additions & 7 deletions docs/views/lineChart/api/lineChart.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@ const chartData =
- 축에 표시할 시간 값을 `data`옵션의 `labels`속 값들로 표시할지의 여부

##### labelStyle
| 이름 | 타입 | 디폴트 | 설명 |
|-----|------|-------|-----|
| fontSize | Number | 12 | 글자 크기 |
| color | Hex, RGB, RGBA Code(String) | '#25262E' | 글자 색상 |
| fontFamily | String | 'Roboto' | 폰트 |
| fitWidth | Boolean | false | Label Text Ellipsis 처리 |
| fitDir | String | 'right' | Ellipsis 방향 |
| 이름 | 타입 | 디폴트 | 설명 | 종류(예시) |
|-----|------|-------|-----|-----|
| fontSize | Number | 12 | 글자 크기 | |
| color | Hex, RGB, RGBA Code(String) | '#25262E' | 글자 색상 | |
| fontFamily | String | 'Roboto' | 폰트 | |
| fitWidth | Boolean | false | Label Text Ellipsis 처리 | |
| fitDir | String | 'right' | Ellipsis 방향 | ( right => 'aaa...', left => '...aaa') |

#### title
| 이름 | 타입 | 디폴트 | 설명 | 종류(예시) |
Expand Down
14 changes: 7 additions & 7 deletions docs/views/scatterChart/api/scatterChart.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@ const chartData =
- 축에 표시할 시간 값을 `data`옵션의 `labels`속 값들로 표시할지의 여부

##### labelStyle
| 이름 | 타입 | 디폴트 | 설명 |
|-----|------|-------|-----|
| fontSize | Number | 12 | 글자 크기 |
| color | Hex, RGB, RGBA Code(String) | '#25262E' | 글자 색상 |
| fontFamily | String | 'Roboto' | 폰트 |
| fitWidth | Boolean | false | Label Text Ellipsis 처리 |
| fitDir | String | 'right' | Ellipsis 방향 |
| 이름 | 타입 | 디폴트 | 설명 | 종류(예시) |
|-----|------|-------|-----|-----|
| fontSize | Number | 12 | 글자 크기 | |
| color | Hex, RGB, RGBA Code(String) | '#25262E' | 글자 색상 | |
| fontFamily | String | 'Roboto' | 폰트 | |
| fitWidth | Boolean | false | Label Text Ellipsis 처리 | |
| fitDir | String | 'right' | Ellipsis 방향 | ( right => 'aaa...', left => '...aaa') |

#### title
| 이름 | 타입 | 디폴트 | 설명 | 종류(예시) |
Expand Down

0 comments on commit 66f16e0

Please sign in to comment.