[
https://issues.apache.org/jira/browse/SENSSOFT-229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16144226#comment-16144226
]
Arthi Vezhavendan commented on SENSSOFT-229:
--------------------------------------------
[~msbeard] Can you define the endpoints on Distill's end that we should use to
get histogram data, and the filters we can query with?
> 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
> Fix For: Tap 0.1.0
>
> 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)