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 367 forks source link

when data entry contains "'" (e.g.   "Cote d'Ivoire“),the chart cannot be drawed #191

Open Kevin99z opened 4 years ago

Shestac92 commented 4 years ago

@Kevin99z Thank you for the report! As a temporary workaround, you need to add two back-slashes for escaping. Like this - "Cote d\\'Ivoire". It will solve the issue.