All Projects → surveyjs → survey-analytics

surveyjs / survey-analytics

Licence: other
SurveyJS Analytics Pack

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects

Projects that are alternatives of or similar to survey-analytics

Form Render
🚴‍♀️ 阿里飞猪 - 很易用的中后台「表单 / 表格 / 图表」解决方案
Stars: ✭ 3,881 (+6830.36%)
Mutual labels:  chart, table
RKPieChart
Pie Chart written in Swift 3
Stars: ✭ 67 (+19.64%)
Mutual labels:  chart, table
Paper Survey
📚Survey of previous research and related works on machine learning (especially Deep Learning) in Japanese
Stars: ✭ 140 (+150%)
Mutual labels:  survey, summary
Jhchart
Stars: ✭ 593 (+958.93%)
Mutual labels:  chart, table
bar-horizontal
Create beautiful horizontal charts, that fit your terminal.
Stars: ✭ 36 (-35.71%)
Mutual labels:  chart
forms-frontend
Frontend for Python Discord forms.
Stars: ✭ 18 (-67.86%)
Mutual labels:  survey
react-keyview
React components to display the list, table, and grid, without scrolling, use the keyboard keys to navigate through the data
Stars: ✭ 16 (-71.43%)
Mutual labels:  table
WTKit
HTTP Codable Request/Swift extensions
Stars: ✭ 48 (-14.29%)
Mutual labels:  chart
LMGraphView
LMGraphView is a simple and customizable graph view for iOS.
Stars: ✭ 61 (+8.93%)
Mutual labels:  chart
learning-growth
主要是我的一些阅读、学习、社交、研究、思考、放松娱乐记录整理。
Stars: ✭ 73 (+30.36%)
Mutual labels:  summary
awesome-tools
Open-source list of awesome data visualization tools (e.g., charting libraries) for software developers 📊📈
Stars: ✭ 47 (-16.07%)
Mutual labels:  chart
ONE-ReactNative
As a practicing project, ONE - ReactNative contains many of the features we often use, such as Axios,Fetch, Redux, Charts, etc. It is also worth learning that the project contains a complete mall module.
Stars: ✭ 71 (+26.79%)
Mutual labels:  chart
RGBD-SODsurvey
RGB-D Salient Object Detection: A Survey
Stars: ✭ 171 (+205.36%)
Mutual labels:  survey
clean-ts-api
API em NodeJs usando Typescript, TDD, Clean Architecture, Design Patterns e SOLID principles
Stars: ✭ 43 (-23.21%)
Mutual labels:  survey
SimpleOfficeReader
A simple office file reader can extract content and summary information from .doc,.docx,.ppt,.pptx files without Microsoft Office or interop.
Stars: ✭ 54 (-3.57%)
Mutual labels:  summary
table-layout
Styleable plain-text table generator. Useful for formatting console output.
Stars: ✭ 18 (-67.86%)
Mutual labels:  table
android-charts
A curated list of Android Chart libraries.
Stars: ✭ 69 (+23.21%)
Mutual labels:  chart
plotters-iced
📈 Iced backend for Plotters
Stars: ✭ 30 (-46.43%)
Mutual labels:  chart
britecharts-react
Britecharts-react is a React wrapper for the Britecharts charting library. It allows the use of Britecharts charts within a React application.
Stars: ✭ 110 (+96.43%)
Mutual labels:  chart
stacked-gantt
JQuery Gantt-like chart with stacked activities/tasks, providing conciser information.
Stars: ✭ 19 (-66.07%)
Mutual labels:  chart

SurveyJS Analytics

SurveyJS Analytics

Build Status Tested with TestCafe Open Issues Closed issues

SurveyJS Analytics library allows to render survey results as charts or tables

Main Features

  • Count answers and render results as charts for the select type questions
  • Count answers and render results as gauge for range type question
  • Three different types of charts: bar, pie and line
  • Wordcloud for text questions representation
  • Interactive filtering for the select type questions
  • Flexible layout and customizable colors

Examples

You may review the analytics example or check this standalone plnkr example.

Other live examples:

Licensing

Unlike SurveyJS Library itself, this library is distributed under commercial license. Please read more about licensing on our license page.

Support

If you feel that we have missed some important functionality or found a bug, please write us here on our support desk.

Building survey-analytics from sources

To build library yourself:

  1. Clone the repo from GitHub

    git clone https://github.com/surveyjs/survey-analytics.git
    cd survey-analytics
    
  2. Acquire build dependencies. Make sure you have Node.js installed on your workstation. You need a version of Node.js greater than 6.0.0 and npm greater than 2.7.0. This is only needed to build surveyjs from sources.

    npm install
    
  3. Build the library

    npm run build_prod
    

    After that you should have the library at 'packages' directory.

  4. Run samples

    npm start
    

    This command will run local http server at the http://localhost:7777

    You can open http://localhost:7777/examples/examples

  5. Run unit tests

    npm test
    

    This command will run unit tests

Nearest plans

Our task list of Survey Analytics pack:

  • Implement data providing server side prototype
  • Introduce (or use 3rd party) data processing engine for survey analytics
  • Support high load scenario - process at least billion records

Limitations

  • SurveyJS Analytics doesn't support objects as values (e.g. of dropdown, radiogroup and other select question items)
  • WordCloud visualizer is too slow for large texts and significant answers count
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].