Forum Discussion
Anonymous
3 years agoNot applicable
Deneb Line Chart using "repeat"
Hi everyone, I am trying to make a multiple views line chart in @deneb. Its a replication of what Power BI guy made in this video.(link attached at the end). My line chart however, has two scenarios...
v-jianboli-msft
Community Support
3 years agoHi Anonymous ,
Maybe you can use the layer operator.
Sometimes, it’s useful to superimpose one chart on top of another. You can accomplish this by using the layer operator. This operator is one of Vega-Lite’s view composition operators. To define a layered chart, put multiple specifications into an array under the layer property.
For more details, refer to:
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.