Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
SondagesPro-LimeSurvey-plugin
statsPivotTable
Commits
5ac33201
Commit
5ac33201
authored
Jul 18, 2017
by
Denis Chenu
Browse files
[doc] README
parent
934ecceb
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
0 → 100644
View file @
5ac33201
# statsPivotTable : Use PivotTable.js for statistics in your survey. #
## Usage
After installation and activation : user with statistics permission on survey have a new item on tools menu.
This allow to use
[
Pivottable.js
](
https://pivottable.js.org
)
to have a lot of information on the survey.
## Installation
### Via GIT
-
Go to your LimeSurvey Directory
-
Clone in plugins/statsPivotTable directory :
`git clone https://git.framasoft.org/SondagePro-LimeSurvey-plugin/statsPivotTable.git statsPivotTable`
### Via ZIP dowload
-
Download
<http://extensions.sondages.pro/IMG/auto/statsPivotTable.zip>
-
Extract :
`unzip statsPivotTable.zip`
-
Move the directory to plugins/ directory inside LimeSurvey
## Home page & Copyright
-
HomePage
<http://extensions.sondages.pro/>
-
Copyright © 2017 Denis Chenu
<http://sondages.pro>
-
Licence : GNU Affero General Public License
<https://www.gnu.org/licenses/agpl-3.0.html>
-
This plugin use
-
[
Pivottable.js
](
https://pivottable.js.org
)
© 2012-2013 Nicolas Kruchten, Datacratic, other contributors.
-
[
D3.js
](
https://d3js.org/
)
© 2010-2016, Michael Bostock.
-
[
C3.js
](
http://c3js.org//
)
© 2013 Masayuki Tanaka.
assets/statsPivotTable.js
View file @
5ac33201
...
...
@@ -15,7 +15,8 @@ $(function(){
);
$
.
getJSON
(
LS
.
plugin
.
statsPivotTable
.
jsonUrl
,
function
(
responses
)
{
$
(
"
#pivot-table
"
).
pivotUI
(
responses
,
{
renderers
:
renderers
renderers
:
renderers
,
hiddenAttributes
:
[
'
id
'
,
'
token
'
,
'
lastpage
'
,
'
submitdate
'
]
});
});
});
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment