I need seperate labels mounted for example:
this is an Area Chart from Google Chart. is posible change distance of label to points?
Regards,
I need seperate labels mounted for example:
this is an Area Chart from Google Chart. is posible change distance of label to points?
Regards,
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, } } }, }
I hope it help anyone,
Regards