mirror of
https://github.com/Wolvan/poll.horse.git
synced 2025-02-16 17:54:22 +01:00
The page displays the amount of votes, percentage and bars for quick visual comparison, as well as a pie chart created with google charts.
16 lines
332 B
JSON
16 lines
332 B
JSON
{
|
|
"env": {
|
|
"browser": true,
|
|
"commonjs": false,
|
|
"es6": true,
|
|
"node": false
|
|
},
|
|
"globals": {
|
|
"MAX_POLL_OPTIONS": "readonly",
|
|
"MAX_CHARACTER_LENGTH": "readonly",
|
|
"POLL_VOTE_DATA_STRING": "readonly",
|
|
|
|
"textFit": "readonly",
|
|
"google": "readonly"
|
|
}
|
|
}
|