How i make bars inside in multiple layer in Vegalite chart
I am trying to create a bar chart having multiple bar with dual y axis in time series data.
Issue is that when we try to create mutilpe bar and use xoffset the bar ran out of the canvas of chart.
Editor link
how i create trendline on time series data in vegalite
i trying to create a bar chart along with it trend line in vegalite
but trendline is not same as when i used same data in excel it then trendline line goes in upward (increasing) but on same data it goes in downward (decreasing) direction in vegalite
How do I display data in same sequence as my data in vegalite horizontal chart
I am trying to create a horizontal bar in vegalite. My issue is that the data sequence is not the same as data given.
I want a sequence from bottom to top, meaning the first data I provided at bottom and others following upwards in the display.