Skip to content

Can you tell me how to do this. #1

@sonuoommen

Description

@sonuoommen

I am working on a project where I need to provide data visualisation. Here is what I need to do,

Consider a shopping cart, I need to draw a graph showing time taken to make 1st, 2nd … nth transactions for one user, So the x-axis have ticks: T1, T2, T3…Tn. and y-axis represents number days. The day your register on the would be the 0th days and the last day would be the number of days between the day the user registers and todays date.

Say transaction 1 is done 2 days after registering the account. so the point will be on (T1,D2). The feature I want to implement is that when I click on (T1,D2), it should be a link that will list the corresponding transaction, i.e T1.

This is not my actual requirement but if you could help me do this , I’d probably solve the real problem myself. The actual problem there is a group of user and the difference is date between transaction is the average time users take to do transaction. and on clicking each of the average point, it should take me to all the transaction from which the mean is calculated.

I would really appreciate if you could find time to help me with this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions