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.29k stars 369 forks source link

funnel labels not showing when legend character are long #236

Closed KallepalliTirumalesh closed 2 years ago

KallepalliTirumalesh commented 2 years ago

Hi, Thank You for the library

I am facing an issue when the legend string is long the labels inside the funnel are not showing up can you please share me what need to be done to avoid this issue how can i add ellipse to the legend string.

PFA

Sample

Shestac92 commented 2 years ago

@KallepalliTirumalesh You can limit the legend width in percents or pixels. Like in the live sample. Unfortunately, the ellipse is not supported in the legend items.

KallepalliTirumalesh commented 2 years ago

Thank You