bmarrdev / android-DecoView-charting

DecoView: Android arc based animated charting library
Apache License 2.0
991 stars 194 forks source link

Label on point series #40

Open Tom65380 opened 6 years ago

Tom65380 commented 6 years ago

Hi,

I have a series having setDrawAsPoint(true) and a label attached. But the label stays in the middle of the arch. Here is an example:

image I have 5 series (3 for the red-yellow-greed background, 1 for the target (the gray point), and 1 for the real value). As you can see, the point series is in the right, but the attached label is on the left, in the middle of the arch that will be drawn if the series was not drawn as a point.

It would be great if the label was just next to the point.