Reputation: 1231
In Android, I want to create
yellow points would be clickable and display the historical event data.
My question is, what would that be called? I'm not sure it's a Timeline, because I want to chart two items on the Y axis, and the Timelines I've seen don't have a Y axis. It doesn't look like the Time Charts I've seen either, if it were, I could use aChartEngine
, right?
So I need help identifying what this would be, and then some help on how to get started. For example, how to create the chart interface that would display yearly increments along the X axis starting from the first event up to the present day.
Upvotes: 0
Views: 712
Reputation: 8680
You can get started by looking at some of the available graphing libraries for Android. Looking through and picking features those libraries provide that you can use will probably give you an idea of what to call your graph.
Upvotes: 1