Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

survey-analytics

Package Overview
Dependencies
Maintainers
1
Versions
330
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

survey-analytics

SurveyJS analytics Library.

  • 1.5.6
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
11K
increased by7.96%
Maintainers
1
Weekly downloads
 
Created
Source

SurveyJS Analytics

SurveyJS Analytics (BETA)

Build Status

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

SurveyJS Analytics library is currently in BETA. Unlike SurveyJS Library itself, this library will be distributed under commercial license. Please read more about licensing on our license page.

Support and realease version

Analytics library will be out of the beta as soon as we see that our customers may successfully use it in their products. 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

Keywords

FAQs

Package last updated on 07 Feb 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc