I want to create a marker, to make the value projection, but only to the bar of the current month.
Asked
Active
Viewed 735 times
-1

Edvaldo Lucena
- 15
- 1
- 7
-
Show us what you have tried. – junedchhipa May 11 '19 at 08:28
-
I thought of adapting a graph of the combined type (bars and lines), where in the line I'll only define a value, this way would have a marker, which would be the projection. – Edvaldo Lucena May 11 '19 at 10:15
-
I added an image to illustrate the forecast of the data – Edvaldo Lucena May 13 '19 at 14:32
-
You should try yaxis.annotation - https://apexcharts.com/docs/options/annotations/#yaxis to draw shapes on custom values. – junedchhipa May 13 '19 at 17:59
1 Answers
0
To draw shapes on certain values, you can try annotations. Using yaxis.annotations, you will be able to draw text as well as a shape on y-values.
A complete example of how to use annotations can be found here

junedchhipa
- 4,694
- 1
- 28
- 28