ContributionsMost RecentNewest TopicsMost LikesSolutionsRe: Create vertical line in line chart with dates as x-axis Dear Liliia_DevX thanks a lot - that is working for me. Unfortunately, the label feature is a must, I tried to add it to the plotLines property, but it's not showing, any idea why? Re: Create vertical line in line chart with dates as x-axis Hi @Liliia_DevX , As i wrote, the reference was not helpful, any other idea where can i look? Re: Create vertical line in line chart with dates as x-axis Hi Liliia_DevX , Thanks for your reply, i am familiar with this thread, already looked at it, it is not helping me with the 3 issues i mentioned Thanks, Erez. Create vertical line in line chart with dates as x-axis hello, I am trying to add vertial lines (indicating event in time) to a simple line chart with dates as x-axis. Unfurtunatly i succeeded only adding a single line according to index on x-axis and not value. Questions: 1. How can i add the line for specific values (dates)? 2. How can i add more than one line? 3. The label i added is not shown. any idea why? widget.on('beforeviewloaded', function(widget, ev){ ev.options.xAxis.plotLines = [{ color: 'red', dashStyle: 'ShortDash', width: 2, value: 9, label : { text : 'ver2' } }] });