여러개 바 리스트 그리기 BarList

GA, plausible, Amplitude등 흔히 볼 수 있는 도표를 그리는 YML을 공유합니다.

resource: mysql.qa
display: metric
sql: > 
  SELECT COALESCE(`type`, 'NONE') AS t, COUNT(id) as 'c', id
  FROM properties2
  GROUP BY `type`
  ORDER BY 2 DESC
metricOptions:
  type: bar
  # type: category
  name: t
  # href: "/detail?id={{id}}"
  value: c
  nameLabel: Source
  valueLabel: Visits
  total: 전체 방문

href 넣는 경우 클릭하면 해당 페이지로 이동합니다.