Uploaded image for project: 'Flagon'
  1. Flagon
  2. FLAGON-229

Fix Histogram Dataset from Distill

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • Tap 0.1.0
    • Tap 0.1.0
    • TAP
    • None
    • Sprint 13

    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:

          {"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]},
              }
          }
      

      Attachments

        Issue Links

          Activity

            People

              arthivez Arthi Vezhavendan
              arthivez Arthi Vezhavendan
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - 2h
                  2h
                  Remaining:
                  Remaining Estimate - 2h
                  2h
                  Logged:
                  Time Spent - Not Specified
                  Not Specified