The cell width changes in the analysis sourced by “create-template” and the dashboard created from the template.
The steps taken are as follows:
(1) Create dataset and analysis in GUI (I adjusted cell width)
(2) Using the analysis created in (1) as a source, execute CLI “create-template” to create a template
(3) Create dataset with GUI (same definition as (1) but different values)
(4) Create a dashboard with the template of (2) and the data set of (3)
result:
Some cell widths are different between (1) and (4)
↓Analysis created in (1)
↓Dashboard created in (4)
(1) used data from year=2019 to 2021. On the other hand, (3) uses data from year=2020 to 2022, and in (4) the cell width is different for year=2020 cells.
From these facts, it can be assumed that the cell width held by the template is associated with the column value.Is this understanding correct?
Also, is it possible to specify the cell width regardless of the column value?