Web-based Chart Generating System Using CML

CML을 이용한 웹 기반 차트출력시스템

  • 윤현님 (동국대학교 정보통신공학과) ;
  • 김양우 (동국대학교 정보통신공학과)
  • Published : 2008.10.31

Abstract

Charts can propagate information more effectively by visualizing various types of information. Due to this reason, many web developers often use charts when they display information on the web. However, using a chart requires a special dedicated software to install and it is difficult to share the finished charts since they are usually in raster format. The raster format images are fixed in size, therefore, experience image distortion problem when their sizes are changed. In this paper, we propose a web-based chart generating system using CML(Chart Markup Language) to solve the current compatibility and sharing problems. The proposed chart generating system first analyzes XML, Text, or HTML documents to extract chart information in the documents, and then it converts collected chart information to CML. The converted CML documents are displayed on the web browser using a vector method. The vector method has an advantage of protecting its images from distortion even when image sizes are scaled. The CML, proposed in this paper, is a chart markup language based on XML for modeling charts Information. If CML is used for presenting a chart in a web, it makes easier to share and to convert the chart information.

차트는 여러 종류의 정보를 시각적으로 표현하기 때문에 정보 전달력이 높다. 이런 이유로 웹 개발자들도 정보를 표현할 때 차트를 자주 활용한다. 그러나 차트를 활용하기 위해서는 차트를 작성하는 전용 프로그램이 필요하며, 작성된 차트도 일반적으로 래스터 방식의 이미지로 표현되기 때문에 차트정보를 공유하기 어렵다. 이러한 래스터 방식의 이미지는 이미지의 크기가 고정되기 때문에 이미지의 크기를 변경하면 이미지가 왜곡된다는 문제점이 발생한다. 본 논문에서는 차트정보의 호환성과 차트정보의 공유 문제를 해결하기 위해 CML(Chart Markup Language)을 이용한 웹 기반의 차트출력시스템을 제안한다. 본 논문에서 제안한 차트출력시스템은 XML, Text, HTML 문서를 분석하여 차트정보를 추출한 후, 추출한 차트정보를 CML로 변환하고, 변환된 CML문서를 벡터 방식을 이용하여 차트를 웹브라우저에 출력한다. 벡터 방식은 이미지를 표현할 때 벡터를 활용하기 때문에 이미지의 크기가 변경되더라도 이미지가 깨지거나 왜곡되는 현상이 없다는 장점이 있다. 본 논문에서 제안한 CML은 차트정보를 표현하기 위해 정의한 XML 기반의 차트생성언어이다. 웹에서 차트를 표현할 때 CML을 활용하면 차트정보를 쉽게 공유할 수 있으며, 차트정보 변환이 수월하다는 장점이 있다.

Keywords