Looking at the diagram above:
1. If i have my own array/list of numbers i.e data: [10, 41, 35, 51, 49, 62, 69, 91, 148] for y-axis and categories: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep'] for y-axix for line chart or yx-chart, how can i use my own array like done in most chart-js/apexchartjs html charts?
2. From the diagram above, vertical line indicated with letter A which usually appears when line chart or yx-chart is touched. What is the name of that line called in xchart library? Can it be customized by changing its stroke width, color and type to i.e dash-dash line?
3. Aside being vertical, how can its horizontal line be drawn at the same time or horizontal fixed while vertical line may not be fixed?
Last edited: