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

line chart 몇 가지 문의 #6

Closed
gimbimloki opened this issue Dec 28, 2016 · 2 comments
Closed

line chart 몇 가지 문의 #6

gimbimloki opened this issue Dec 28, 2016 · 2 comments

Comments

@gimbimloki
Copy link

안녕하세요.
클라우드플랫폼개발팀 신진호 입니다.

line chart에서 몇 가지 궁금한게 있어서 문의 드립니다.

  1. 가운데 정렬?
    만약 값이 하나 만 있을 경우, 차트 왼쪽 구석에 위치하게 되는데 이 때 가운데 위치하게 할 수 있나요?

  2. series 색 변경
    Defaul 색인 빨강, 주황 외 다른 색으로 변경하고 싶은데, 어떻게 설정해야되는지 궁금합니다.

  3. 왼쪽, 오른쪽 padding?
    값들을 넣으면 양 끝의 값들은 양 끝 쪽에 위치하게 되는데, 이 때 약간 여유 공간을 설정할 수 있나요?

답변 부탁드립니다.

@junghwan-park
Copy link
Member

  1. 해당 경우의 가운데 정렬 기능은 지원하지 않습니다. lineChart는 데이터가 2개이상이어야 line이 정상적으로 그려지게 됩니다.

  2. series색 변경은 https://github.com/nhnent/tui.chart/wiki/theme 를 참고하시기 바랍니다.

  3. line차트 series영역의 padding을 말씀하시는건가요? 만약 그렇다면 현재 지원하지 않습니다.
    category가 있는 lineChart의 경우 axis영역에 닿도록 렌더링이 되고있습니다.

@gimbimloki
Copy link
Author

@junghwan-park 답변 감사합니다!

jung-han pushed a commit that referenced this issue Jan 12, 2021
* chore: init lerna options

* Feat: make skeleton react wrapper project

* Feat: add chart wrapper and BarChart, ColumnChart, LineChart, MapChart stories

* Feat: add all example basic chart to storybook

* Feat: update readme.md

* fix: readme import example

* fix: apply v1.0.0 review

* Fix: apply review on README.md

* chore: change company name (#3)

* feat: react hooks (#4)

* docs: change nhnent to nhn

* feat: apply hooks

* fix: add hooks condition (#5)

* fix: change wrong condition for react hooks

* chore: version up v1.0.2

* chore: import react wrapper

* feat: Implement vue wrapper for tui.chart

* fix: add repository information in package.json

* docs: change link

* fix: change bundle file name and set tui.chart to external

* feat : add event changeCheckedLegends

* docs : add new event name 'changeCheckedLegends'

* chore : add fast example using vue/cli

* feat : version up 1.1.0 add vue/cli development dependency

* fix : remove unused method handler

* chore: update tui-chart version

* chore: update dependency package tilde version

* 1.1.1

* chore: fix tui chart api link

* docs: Fixed typo in README.md (#4)

* refactor: remove map dependency (#5)

* feat: change version policy

* feat: remove map dependency

* feat: add map chart example

* chore: changing code based on eslint rule (#6)

* Chore: change company name(nhnent->nhn) (#7)

* Merge pull request #9 from nhn/docs/links/nhnent-to-nhn

docs: update links 'nhnent' to 'nhn'

* chore: add vue wrapper

* chore: apply vue new version

* feat: change observable id

* chore: change vue test

* feat: add vue wrapper, story

* docs: change base options, change readme

* feat: add react wrapper

* docs: change readme

* chore: add lerna badge

* chore: add wrapper types

* chore: change version for lerna publish test

* v4.0.0-beta.2

* chore: apply review

Co-authored-by: Sohee Lee <sohee.lee7@nhnent.com>
Co-authored-by: jungeun-cho <jenny.cho@nhnent.com>
Co-authored-by: Kun <1ambda@users.noreply.github.com>
Co-authored-by: 유동식 <dongsik.yoo@nhnent.com>
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

No branches or pull requests

2 participants