SurveyJS Dashboard について

調査データを強力なダッシュボードに変換し、すぐに知見を獲得

SurveyJS Dashboard is a JavaScript UI component that displays user responses in real time with interactive charts and tables, making survey data analysis easier and faster. It integrates into any JavaScript application, supporting every common front-end framework, including Angular, React, Vue, and vanilla JS. Dashboard uses form configurations in JSON (form schema), automatically generated by the SurveyJS form-building component, Survey Creator, to determine how to visualize different survey data types. The library then fills dashboard elements with user responses collected through the SurveyJS rendering component, Form Library. SurveyJS has no backend restrictions, meaning you can easily save your form configurations in JSON to your custom backend and feed them into Dashboard, along with user responses, to build interactive, secure, real-time survey data dashboards in a browser.

SurveyJS takes a front-end-only approach to form management. While it doesn't provide backend solutions or data storage, SurveyJS develops and supports client-side JavaScript form libraries that can integrate with any server or database of your choice. The libraries are compatible with Angular, React, Vue3, and vanilla JS, allowing you to fully control your backend and data. They work seamlessly with any backend logic you develop. This setup ensures you have full control over your data, user management, and server-side code, without any limitations from SurveyJS.

SurveyJS Pro and Enterprise editions include:

  • Form Library: A free MIT-licensed UI component that parses a SurveyJS form JSON defining a form and dynamically generates the corresponding HTML elements to render the form on a web page.
  • Survey Creator: A customizable client-side form editor for building surveys and forms. It automatically generates form definitions (schemas) in JSON format, describing the form's style, content, layout, and behavior.
  • PDF Generator: A UI component that uses a SurveyJS form JSON schema to render a form as a PDF in a browser. To populate PDF fields with responses, the library pulls data collected by Form Library.
  • Dashboards: A UI component for visualizing survey data through charts and tables, based on the input types used to collect it. It works with a SurveyJS form JSON to understand data types for visualization and uses user responses to populate the dashboard with relevant survey data.