[ 
https://issues.apache.org/jira/browse/SENSSOFT-229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joshua Poore updated SENSSOFT-229:
----------------------------------
    Sprint: Sprint 13  (was: Sprint 12)

> Fix Histogram Dataset from Distill
> ----------------------------------
>
>                 Key: SENSSOFT-229
>                 URL: https://issues.apache.org/jira/browse/SENSSOFT-229
>             Project: SensSoft
>          Issue Type: Task
>          Components: TAP
>    Affects Versions: Tap 0.1.0
>            Reporter: Arthi Vezhavendan
>            Assignee: Arthi Vezhavendan
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> Fix the histogram dataset created on Distill's end so that it correlates with 
> Sankey.  This should allow for better filtering between sankey and the 
> histograms.
> The main keys the histogram needs are:
> * target
> * path
> * path length
> * an array of the "type" of interaction done on that target
> * an array of the counts correlated with those above type
> For example:
> {code:javascript}
>     {"histogram": [
>         {"target":      "#document",
>          "path":        "#document home",
>          "path-length": 2,
>          "types":       ["focus", "blur", "resize"]
>          "counts":      [4, 5, 6]},
>         {"target":      "#div1",
>          "path":        "#div1 document home",
>          "path-length": 3,
>          "types":       ["focus", "blur", "resize"]
>          "counts":      [1, 2, 3]},
>         }
>     }
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to