the-geneva-emotion-wheel
v0.0.2
Published
##Project status Draft
Readme
The Geneva Emotion Wheel
##Project status Draft
##Examples
All examples are localized in this link
##Usage
<div id="drawing"></div>
<script type="text/javascript" src="dist/core-gew.js"></script>
<script>
GEW({
element: 'drawing'
});
</script>##Parameters
| Name | Type | Default Value | Description |
| ----------- |:---------------:| --------------:|------------:|
| R | number | 80 | |
| labels | Array | click | |
| element | string | drawer | |
| showLines | boolean | true | |
| classes | Object | click ||
| showHeader| boolean | true | |
| headerTop| string | No emotion | |
| headerBottom| string | Other emotion | |
###labels
[
"Interest",
"Amusement",
"Pride",
"Joy",
"Pleasure",
"Contentment",
"Love",
"Admiration",
"Relief",
"Comassion",
"Sadness",
"Guilt",
"Regret",
"Shame",
"Disappointment",
"Fear",
"Disgust",
"Contempt",
"Hate",
"Anger"
];###clases
{
mainGroup: "main_group",
lineAxis: "line_axis",
line: "line",
circlePrefix: "row_"
}##API ###circleClick ###isAllChecked
