How add vertical line with title date in anychart in angular?

35 Views Asked by At

I add a vertical line but I want add title bottom with date position, in a candlestick, in the documentation not exist a textValue or titleValue

  plot
          .annotations()
          .startDrawing('vertical-line')
          .stroke('#446AAD80')
          .fill('#446AAD80')
0

There are 0 best solutions below