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

Arthi Vezhavendan updated SENSSOFT-229:
---------------------------------------
    Description: 
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:json}
    {"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}

  was: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.


> 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 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:json}
>     {"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