1

In this chart, we have several supporters, for example, the name here is brandy. And a number of projects are marked on the X-axis. And on the Y axis, the date that this supporter has the project. For example, here the Brandly has TripTone360 from 2020 to 2022 and Trip from 2023 to 2025. X-axis is for time range What chart should I use for this issue? And tell me how to change the format of the label, please.

I want something like this

enter image description here

1 Answers1

1

This Gist describes how to achieve that using the AnyChart Android native library.

The result is below enter image description here

AnyChart Support
  • 3,770
  • 1
  • 10
  • 16
  • and I want different Line series1 = cartesian.line(series1Mapping); But its number is not known and it changes how can I solve this? – mohammadrsh1 Nov 05 '20 at 07:18
  • and its not support ("2020/05/23", "TripTone3) ("2025/05/23", "TripTone3) ("2020/05/23", "Trip"); ("2025/05/23", "Trip"); The pairs line up and overlap. If they must have different y – mohammadrsh1 Nov 05 '20 at 07:57
  • I'm not sure I understood you well. Please, mail us at support@anychart.com and provide all the requirements. – AnyChart Support Nov 05 '20 at 09:02