rajincse / Multifaceted

Implementation in Perspectives of Marion Dork's Visualization.
0 stars 0 forks source link

Implement Stream Data Viewer #29

Closed rajincse closed 8 years ago

rajincse commented 9 years ago

Completed: At revision: 211

29

Initial code added

rajincse commented 9 years ago

Completed: At revision: 212

29

  1. Unwanted viewers removed
  2. FileLine reader contains file parameter
  3. Scarfplot type diagram is drawn in StreamViewer
rajincse commented 9 years ago

Completed: At revision: 213

29

heatmap implemented with average cell score logic

rajincse commented 9 years ago

Completed: At revision: 214

29

  1. TIME_WINDOW concept used for sorting the current labels
  2. current marker is used as line
  3. The sorting score is used as weighted average. st= startTime et= endTime, t= currentTime, coeff = 1 - (et-t) / (et-st) sorting score for ith element, ss_i = s* coeff ss_i = ss_i / SUM(coeff)
  4. Label's height is based on SQRT(sortingScore)
  5. ldots added to too wide labels.
rajincse commented 9 years ago

Completed: At revision: 215

29

  1. Save View option added
  2. Hovering is added
  3. The label height is based on Math.pow(sortingScore, 0.4)
rajincse commented 9 years ago

Completed: At revision: 216

29

  1. TimerWindow property added
rajincse commented 9 years ago

Completed: At revision: 217

29

Play and pause buttons added

rajincse commented 9 years ago

Completed: At revision: 218

29

The currentCursor ends at a max time

rajincse commented 9 years ago

Completed: At revision: 219

29

  1. Subject name and label type is written in the hover
  2. TimeStep and SubjectList is added
  3. Labels are also drawn by the right side
rajincse commented 9 years ago

Completed: At revision: 220

29

  1. Synchronization implemented
  2. CellIndex related issue solved
rajincse commented 9 years ago

Completed: At revision: 221

29

  1. Time slide is now slideable
  2. zoom is minimum to 0.6
rajincse commented 9 years ago

Completed: At revision: 222

29

  1. Time lapse set to 1000 ms
  2. The labels are properly placed
rajincse commented 9 years ago

Completed: At revision: 223

29

  1. The heatmap sliding view is implemented.
  2. Max cell columns =100, initialTimeWindow = 90
  3. GetHeatmapCell contains startTime
  4. Label names stops moving beyond max cell columns.
rajincse commented 9 years ago

Completed: At revision: 224

29

  1. The Time guideline Markers added
rajincse commented 9 years ago

Completed: At revision: 225

29

Bug fixed: The heatmap strip stucking bug fixed

rajincse commented 9 years ago

Completed: At revision: 226

29

  1. The Diagram is changed.
  2. Legends can be generated by different button
rajincse commented 9 years ago

Completed: At revision: 228

29

  1. StatViewer images are fixed to 2350 px