blocks: - type: http method: GET fetchFn: | return [ { date: '2025-10-01', company: 12, user: 30 }, { date: '2025-10-02', company: 18, user: 22 } ] chartOptions: type: bar x: date y: - company - user
y축을 좌우 다른 눈금으로 표기하고 싶은 경우
Copy
chartOptions: type: bar x: date y: - company - user data: datasets: - yAxisID: company backgroundColor: "RoyalBlue" - yAxisID: user backgroundColor: "#F5F3E7"