$(function(){
$("#myTable td").hottie({
colorArray : [
"#63BE7B",
"#FBE983",
"#F8696B"
]
});
$("#test1 li").hottie();
$("#test2 li").hottie({
readValue : function(e) {
return $(e).attr("data-hist");
}
});
$("#test3 li").hottie({
colorArray : [
"#000000",
"#bb0000",
"#ffff00"
]
});
});
