Skip to content

Instantly share code, notes, and snippets.

@easylogic
Last active August 29, 2015 14:13
Show Gist options
  • Save easylogic/374e5d7dd19b2874eaee to your computer and use it in GitHub Desktop.
Save easylogic/374e5d7dd19b2874eaee to your computer and use it in GitHub Desktop.
차트 서비스 설계

Chart UI

  • 차트를 코드로 생성 가능
  • UI 로 생성 가능
  • axis, brush, widget 조합
  • drag and drop 으로 형태 구성
  • 개별 객체 클릭할때 이벤트 설정이 필요함.
  • 개별 객체는 코드로 입력한 json 과 서로 호환됨.
  • 커스텀 grid, brush, widget 을 만들 수 있거나 또는 등록 가능해야함.
  • 커스텀의 경우 버전 관리도 되면 좋을 듯 ?
  • 속성 입력 UI 가 필요함.

Collector

Data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment