0

I need seperate labels mounted for example: enter image description here

this is an Area Chart from Google Chart. is posible change distance of label to points?

Regards,

BrianPando
  • 117
  • 1
  • 4

1 Answers1

0

I Resolved it, only need add atribute "stem" to an annotations, i share the solution:

series: { 0: { pointSize: 5, annotations: { textStyle: { auraColor: 'none', bold: true, fontSize: 11 } } }, 1: {pointSize: 5, annotations: { stem: { length: 20 }, textStyle: { auraColor: 'none', bold: true, fontSize: 11, } } }, }

The result: enter image description here

I hope it help anyone,

Regards

BrianPando
  • 117
  • 1
  • 4