rillstone / ella

Research project for fourth year studies at the University of Auckland
2 stars 0 forks source link

Transactions page Graph interaction #31

Closed rillstone closed 5 years ago

rillstone commented 5 years ago

users should be able to interact with the graph in the transactions screen.

Two approaches:

full interaction

Screen Shot 2019-07-19 at 1 37 10 PM users can touch and drag anywhere on the graph - will be very hard to implement

limited interaction

Screen Shot 2019-07-19 at 1 36 47 PM section the graph into days/months etc. users can touch each section to see the value for that section.

The graph is currently using an array of each transaction, where it probably should be an array of what was spent each day.