AnyChart / AnyChart-Android

AnyChart Android Chart is an amazing data visualization library for easily creating interactive charts in Android apps. It runs on API 19+ (Android 4.4) and features dozens of built-in chart types.
2.31k stars 369 forks source link

Is it possible to move node icon away from edge ending or set shorter edge length? #229

Open Kvarkas opened 3 years ago

Kvarkas commented 3 years ago

My issue is that icons are on transparent background (I would like to be able change background depending on theme so need them to be transparent) however edge is ending in a middle of icon crossing it. is it a way to set edge length or offset icon location?

my playground file: https://playground.anychart.com/FeHFXV0Q/2

Shestac92 commented 3 years ago

@Kvarkas Unfortunately, it is not available in the current version of the library. Using transparent background will bring many other problems, you can see how other edges intersect the icon. And it can not be solved.

Kvarkas commented 3 years ago

any plans to implement such ability to offset icon of node from end of edge in next release? Or allow to fill with desired colour background of node icon?