작성일자 : 2024-08-16
Ver 0.1.1
Dashboards
1. 소개
Tableau에서 Radar Chart를 만드는 방식에는 여러가지가 있을 것이다.
과거에 나는 cos, sin을 사용하고, Radar 이미지 위에 부동 방식으로 만들었다.
해당 방식의 단점은 차원이 바뀌었을 때 이미지 수정 및 대시보드에서 위치 수정까지 필요하다는 것이다.
이후 여러 reference를 찾아본 끝에 데이터를 활용하여 차트를 만들었다.
관건은 바로 Background용 임시 데이터를 만드는 것이다. 이는 앞서 소개한 방식의 단점을 보완 할 수 있으며, 운영 측면에서 더 안정성이 있다.
SQL에서 Radar 차트에서 사용될 차원들을 기준으로 임시 데이터를 만들어서 Union을 통해 데이터 원본을 만들어서 적용하면 된다.
1. Description
There might be various way to make Radar chart in Tableau.
In the past, I made it using cos, sin and floating style on Radar image.
The problem of this style is that it requires modification of image and location when there are some changes in dimension.
After searching for several references, I created a chart using the data.
The key is to create temporary data for the background. This can compensate for the shortcomings of the method introduced earlier and is more stable in terms of operation.
User can create temporary data in SQL based on the dimensions to be used in the Radar chart, creating a data source through UNION, and apply to Tableau.
2. 특징
- TBD
2. Features
- TBD