2
I am developing a line chart, where the labels(Annotations) are fixed, but some points are very close to each other, thus superimposing a label on the other.
I wonder if you have any way to change the position of labels dynamically or statically(positioning in different places)?
Remembering that I would like to keep them always fixed, that is, always appearing, without the need to put the mouse on top of the dots so that the information appears.
Thanks for the answer, but that’s not what I want. I may have expressed myself badly. I want one Annotation not to overlap the other. What you have indicated is for the Annotation to stay out of the columns. Watch what the documentation says: Annotations.alwaysOutside In Bar and Column Charts, if set to true, draws all Annotations Outside of the Bar/Column. Type: Boolean Default: false
– Amarildo Martins
@Amarildomartins, I don’t think you can solve this bug with the functions of google Charts. You’ll have to overwrite SVG or do it with CSS.
– Taisbevalle