Skip to content

A sample application that demonstrates the functionality of the Forge Viewer Data Visualization extension

License

Notifications You must be signed in to change notification settings

yiskang/forge-dataviz-iot-reference-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

forge-dataviz-iot-reference-app

Application

This sample application demonstrates the functionality of the Forge Data Visualization extension. To learn more about the extension and the features it offers, see the Data Visualization Extension Developer's Guide.

Directory Structure

.
├── assets                  # Static svg and png files
├── client                  # Client-side code + configuration
├── docs                    # Additional documentation on how to upload a Revit model, setup Azure etc.
├── scss                    # SCSS files
├── server                  # Server-side configuration - router, sample synthetic/CSV data
├── shared                  # Config files shared between client and server
├── tools                   # Tools to use in your own webpack file
├── package.json
├── webpack.config.js
├── LICENSE
└── README.md

Setup

Prerequisite

To successfully run this Reference Application, you need a Forge account. If you do not have a Forge account, see Creating your Forge account.

Installing and Running the Reference Application

To install and run the Reference Application, see the Data Visualization Extension QuickStart.

Advanced Users

Customization options

If you'd like to add your own customization on top of the Reference Application baseline, you can modify the following files:

  • custom.scss : Override or add custom styling to your application.
  • client/pages/CustomPage.jsx : Create a custom page for your application.
  • server/CustomRouter.js : Override or add new API routes.

Further Reading

Developer's Guide - https://forge.autodesk.com/en/docs/dataviz/v1/developers_guide API Reference - https://forge.autodesk.com/en/docs/dataviz/v1/reference/Core/

License

This sample app uses an MIT License

About

A sample application that demonstrates the functionality of the Forge Viewer Data Visualization extension

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 89.5%
  • HTML 7.6%
  • SCSS 2.9%