forked from ThePersonaProject/ThePersona
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ThePersonaProject#170 from davidinoa/dashboard
Dashboard
- Loading branch information
Showing
10 changed files
with
83 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,24 @@ | ||
<div id="dashboard" class="nine wide column" style="height: auto"> | ||
<h2 class="Language Analysis History" style="text-align: center"> Interview History - Past 5 Interviews</h2> | ||
<div ng-if="$ctrl.dataLoaded" id="dashboard" class="nine wide column" style="height: auto"> | ||
<h2 class="Language Analysis History" style="text-align: center"> | ||
Interview History - Past 5 Interviews | ||
</h2> | ||
<div> | ||
<line></line> | ||
<line output="$ctrl.historyGraphData"></line> | ||
</div> | ||
</div> | ||
<div class="ui three column stackable row"> | ||
<div ng-if="$ctrl.dataLoaded"class="ui three column stackable row"> | ||
<div class="column"> | ||
<div class="columnContainer"> | ||
<h3 class="ui header">Overall Language Analysis</h3> | ||
<barlang output="$ctrl.analysis[0].language"></barlang> | ||
<barlang output="$ctrl.overallLanguage"></barlang> | ||
</div> | ||
</div> | ||
<div class="column"> | ||
<h3 class="ui header">Overall Tone Analysis</h3> | ||
<bar output="$ctrl.analysis[0].tones"></bar> | ||
<bar output="$ctrl.overallTone"></bar> | ||
</div> | ||
<div class="column"> | ||
<h3 class="ui header">Overall Personality Analysis</h3> | ||
<radar output="$ctrl.analysis[0].social"></radar> | ||
<radar output="$ctrl.overallPersonality"></radar> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters