0.0.2 • Published 8 years ago

the-geneva-emotion-wheel v0.0.2

Weekly downloads
5
License
ISC
Repository
github
Last release
8 years ago

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

NameTypeDefault ValueDescription
Rnumber80
labelsArray click
elementstringdrawer
showLinesbooleantrue
classesObjectclick
showHeaderbooleantrue
headerTopstringNo emotion
headerBottomstringOther 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