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

Multiple values on a single tooltip (Line Chart) #232

Open VISHALBHAGWAT88 opened 2 years ago

VISHALBHAGWAT88 commented 2 years ago

tooltip How can i achieve multiple data tooltip on a single line?

Shestac92 commented 2 years ago

@VISHALBHAGWAT88 Do you want the tooltip content to be a single line? Like A: 123, B: 456, C: 789 ?

VISHALBHAGWAT88 commented 2 years ago

Thank you so much for your reply....I want tooltip content like below A: 123 B: 456 C: 789

Please help me with your suggestion

Thanking you in anticipation.

Shestac92 commented 2 years ago

@VISHALBHAGWAT88 These values come from three series or all 3 values are related to a single series? Can you provide your chart code and pair of lines of your data?