I am currently assessing what type of js chart engine I should use for out of the box charts, and vega-lite has stood out as pretty simple and flexible at the same time. However, I am wondering whether it is possible to have more than one type of mark in a single chart. For instance, I may have a long monthly time series, and I may consider having a bar layer with a month-by-month average while, in a line layer, I may have the evolution of the observations of the ongoing year.
I haven't seen any example with multiple marks in vega-lite's webpage. Therefore, if anyone out there knows how to do it or is aware of any example of the sort, I would great appreciate a feedback.
Cheers
Mauricio