I am try to create a chart using vconcat composition,
i create a vconcat[0] as main chart and vconcat[1] for customize scroller , that bind with main chart to behave like a scroller.
case first-issue is that xaxis label show that data is plot incorrectly , how i fix this.
Editor link
Second case- when chart is initially render in a order but on using scroller (just drag mouse over the white strip to select area i.e vconca[1] and used that to move back and forth ) and then double click on scroller , chart is not comming with correct order month on X-axis label get mix not come in proper sequence of month and year as expected.chart initally render in sequence by adding sort null in x axis Editor link
i want chart properly come with sequence or as expected and view result correctly on using scroller back and fort and also show result properly of all data in a prope order when double click on the strip {vconcat[1]} means scroller always show correct data on scrolling and draging nad also on double click.
Is this what you want?