Hi,
I am starting to learn vega lite for building visualizations in kibana, and I need to use hconcat for displaying plots horizontally, however I am having issues with the autosize. If i set the autosize to 'none', the plot disappears. If I set the autosize to type "fit-x" or "fit-y" the plot appears but with an error ' Height "container" only works for single views and layered views', with the same error for width. Furthermore, if I choose vconcat (instead of hconcat), or just concat, the views are always in line, and nothing changes. I tried to find solutions online, but with no luck, so any help will be greatly appreciated!