페이지 트리
메타 데이터의 끝으로 건너뛰기
메타 데이터의 시작으로 이동
  1. AUD 기본 차트(Chart, Pie, Scatter,Polygon)의 경우 외산 차트인 HighCharts 를 사용하고 있습니다.
    기본 차트의 경우 속성 설정을 디자인 속성 창을 팝업으로 제공하여 
    설정된 정보를 HighCharts 의 규약에 맞게 전달하여 차트를 출력하고 있습니다.

    제품에 기본적으로 제공되는 차트(Chart, Pie, Polygon, Scatter) 가 아닌
    Chart-EX 를 통한, HighCharts 의 API 를 이용해서 별도의 차트를 구현 시,
    HighCharts 의 개발자 라이센스를 별도로 구매하여야 합니다.

  2. Chart-EX컨트롤의 경우 기본 차트와 다르게 HighCharts 양식을 바로 사용하는 컨트롤로써
    HighCharts 공식 사이트에서 사용하고자 하는 차트의 양식을 복사하여
    Chart-EX컨트롤의 Script API 로 연결하여 사용 하시면 됩니다

  3. Chart-EX차트객체.SetHighChartScript API 설명
    2번의 설명대로 사용되는 Script API 가  Chart-EX차트객체.SetHighChartScript 입니다.
    참고로 Chart-EX차트객체.SetHighChartScript 사용 시점은 Chart-EX차트객체 데이터가 조회 후
    차트에 실제 로딩 되기 전 Event(OnCustomHighChartBeforeBind) 에서 사용하시기를 권장합니다.
    ※ 샘플 보고서 : https://rnd.bimatrix.co.kr/aud7/extention/portal/SimpleSSO_Con.jsp?reportCode=REP25C6863E34A740399CF83A37CE9E16E0
    (위 URL 를 통해 샘플 보고서 오픈 후 다른 이름 저장을 통해 보고서 저장 후
    해당 보고서 편집하여 Script Editor 를 통해 확인 바랍니다.
    )

  4. 샘플 보고서
    1. Boxplot

      https://rnd.bimatrix.co.kr/aud7/extention/portal/SimpleSSO_Con.jsp?reportCode=REP42A3ECF05C464719A61109208FADE2E0

    2. Wordcloud
      https://rnd.bimatrix.co.kr/aud7/extention/portal/SimpleSSO_Con.jsp?reportCode=REP980B6A9536AA429BA25D3E56AE61234B

    3. HeatMap
      https://rnd.bimatrix.co.kr/aud7/extention/portal/SimpleSSO_Con.jsp?reportCode=REP25C6863E34A740399CF83A37CE9E16E0

    4. Large HeetMap
      https://rnd.bimatrix.co.kr/aud7/extention/portal/SimpleSSO_Con.jsp?reportCode=REP783F862355114095B4778457342806A7

    5. Large HeetMap(Mini Map)
      https://rnd.bimatrix.co.kr/aud7/extention/portal/SimpleSSO_Con.jsp?reportCode=REP510547B3FE20445E84E6C3BFCED4AC08

    6. Dependency Wheel
      https://rnd.bimatrix.co.kr/aud7/extention/portal/SimpleSSO_Con.jsp?reportCode=REP7366418460B24416AB1DFA6EF5561DAD

    7. Bubble
      https://rnd.bimatrix.co.kr/aud7/extention/portal/SimpleSSO_Con.jsp?reportCode=REPBD255ACF964E4A4797A41A6CBF83409A

    8. Packed Bubble
      https://rnd.bimatrix.co.kr/aud7/extention/portal/SimpleSSO_Con.jsp?reportCode=REPE943DCEEDB8543E2A4F2C7CBF6A1A834

    9. Stock Chart
      https://rnd.bimatrix.co.kr/aud7/extention/portal/SimpleSSO_Con.jsp?reportCode=REP495B78B519E744589AFE4963998748BC

    10. Sankey Diagram
      https://rnd.bimatrix.co.kr/aud7/extention/portal/SimpleSSO_Con.jsp?reportCode=REPC61355C950014FFE97F56853BEA0D658

    11. Waterfall
      https://rnd.bimatrix.co.kr/aud7/extention/portal/SimpleSSO_Con.jsp?reportCode=REP82B68B8AF4204792A76E6C9F627F1FF3

    12. TreeMap
      https://rnd.bimatrix.co.kr/aud7/extention/portal/SimpleSSO_Con.jsp?reportCode=REP85E0F560938347079EE736B975293A7B


▶ 주의 사항
 i-AUD 에서 HighCharts 는 9.3.2 버전을 사용하고 있습니다. 해당 버전까지의 HighCharts 기능 사용이 가능합니다.

  • 레이블 없음