Skip to main content Skip to footer

How to add a License for DataViewsJS in JavaScript

"

Background:

To set a license key for DataViewsJS and remove the evaluation version watermark in the lower-right corner, we must copy and paste the long string key and set it to the LicenseKey namespace.

Steps to Complete:

Set the license key to the LicenseKey namespace

Getting Started:

Set the license key to the LicenseKey namespace

<head>
  <title></title>
  <link rel="stylesheet" type="text/css" href="[Your Stylesheet Path]/gc.dataviews.core.min.css"  />
  <script src="[Your Script Path]/gc.dataviews.common.min.js" type="text/javascript"></script>
  <script src="[Your Script Path]/gc.dataviews.core.min.js" type="text/javascript"></script>
  <script src="[Your Script Path]/gc.dataviews.grid.min.js" type="text/javascript"></script>
  <script></script>
</head>

 

Mackenzie Albitz