123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214 |
- digraph g {
- node [shape=box, style=filled, fillcolor=lightblue, fontname="simsun.ttc", fontsize=14];
- edge [fontname="simsun.ttc", fontsize=12];
- subgraph cluster_{
- label = ""
- 39[label = "Start "];
- }
- subgraph cluster__Launcher{
- label = "_Launcher"
- 38[label = "behavior = sendKeyEvent
- "];
- }
- subgraph cluster_org_appcelerator_titanium_TiActivity{
- label = "org_appcelerator_titanium_TiActivity"
- 0[label = "behavior = click
- id = org.piwik.mobile2:id/textSpacerNoTitle
- "];
- 1[label = "behavior = click
- id = android:id/message
- "];
- 2[label = "behavior = click
- id = android:id/button1
- "];
- 3[label = "behavior = click
- "];
- 4[label = "behavior = click
- "];
- 5[label = "behavior = click
- text = Login
- className = android.widget.Button
- "];
- 6[label = "behavior = click
- text = Leave username and password empty for anonymous login
- className = android.widget.TextView
- "];
- 7[label = "behavior = click
- text = Try It!
- className = android.widget.TextView
- "];
- 8[label = "behavior = click
- text = All Websites dashboard
- className = android.widget.TextView
- "];
- 9[label = "behavior = click
- id = org.piwik.mobile2:id/search_button
- "];
- 10[label = "behavior = click
- text = Demo-Site
- className = android.widget.TextView
- "];
- 11[label = "behavior = click
- text = Loading data...
- className = android.widget.TextView
- "];
- 12[label = "behavior = click
- text = Visits Summary (Visits)
- className = android.widget.TextView
- "];
- 13[label = "behavior = click
- text = 12425
- className = android.widget.TextView
- "];
- 14[label = "behavior = click
- text = More
- className = android.widget.TextView
- "];
- 15[label = "behavior = click
- text = Channel Type
- className = android.widget.TextView
- "];
- 16[label = "behavior = click
- text = Visits
- className = android.widget.TextView
- "];
- 17[label = "behavior = click
- text = Search Engines
- className = android.widget.TextView
- "];
- 18[label = "behavior = click
- text = 9458
- className = android.widget.TextView
- "];
- 19[label = "behavior = click
- text = Social Networks
- className = android.widget.TextView
- "];
- 20[label = "behavior = click
- text = 1201
- className = android.widget.TextView
- "];
- 21[label = "behavior = click
- text = Websites
- className = android.widget.TextView
- "];
- 22[label = "behavior = click
- text = 952
- className = android.widget.TextView
- "];
- 23[label = "behavior = click
- text = 11156
- className = android.widget.TextView
- "];
- 24[label = "behavior = click
- text = UNIQUE VISITORS
- className = android.widget.TextView
- "];
- 25[label = "behavior = click
- text = 1
- className = android.widget.TextView
- "];
- 26[label = "behavior = click
- text = USERS
- className = android.widget.TextView
- "];
- 27[label = "behavior = click
- text = VISITS
- className = android.widget.TextView
- "];
- 28[label = "behavior = click
- text = 41071
- className = android.widget.TextView
- "];
- 29[label = "behavior = click
- text = ACTIONS
- className = android.widget.TextView
- "];
- 30[label = "behavior = click
- text = 100
- className = android.widget.TextView
- "];
- 31[label = "behavior = click
- text = MAXIMUM ACTIONS IN ONE VISIT
- className = android.widget.TextView
- "];
- 32[label = "behavior = click
- text = 3.3
- className = android.widget.TextView
- "];
- 33[label = "behavior = click
- text = ACTIONS PER VISIT
- className = android.widget.TextView
- "];
- 34[label = "behavior = click
- text = 4 min 45s
- className = android.widget.TextView
- "];
- 35[label = "behavior = click
- text = 56%
- className = android.widget.TextView
- "];
- 36[label = "behavior = click
- id = android:id/statusBarBackground
- "];
- 37[label = "behavior = sendKeyEvent
- "];
- }
- 0->1;
- 1->2;
- 2->3;
- 3->4;
- 3->9;
- 3->3;
- 3->36;
- 4->4;
- 4->5;
- 4->7;
- 4->8;
- 4->3;
- 4->14;
- 4->15;
- 4->17;
- 4->23;
- 4->13;
- 4->30;
- 4->34;
- 5->6;
- 6->4;
- 7->4;
- 8->3;
- 9->10;
- 10->11;
- 11->12;
- 12->12;
- 12->13;
- 13->4;
- 13->27;
- 14->15;
- 15->4;
- 15->16;
- 16->4;
- 17->18;
- 18->19;
- 19->20;
- 20->21;
- 21->22;
- 22->3;
- 23->24;
- 24->25;
- 25->26;
- 26->4;
- 27->28;
- 28->29;
- 29->4;
- 30->31;
- 31->32;
- 32->33;
- 33->4;
- 34->35;
- 35->4;
- 36->37;
- 37->37;
- 37->38;
- 39->0;
- }
|