Using Taucharts with a CDN

To use the Taucharts via jsdelivr CDN, include the following code:

<script src="https://cdn.jsdelivr.net/npm/d3@4.13.0/build/d3.min.js" charset="utf-8"></script>
<script src="https://cdn.jsdelivr.net/npm/taucharts@2/dist/taucharts.min.js" type="text/javascript"></script>

Include CSS file as well:

<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/taucharts@2/dist/taucharts.min.css">

Downloading Taucharts using Bower

Taucharts is registered as a package with Bower. You can install the latest version with the command:

bower install taucharts

This will install Taucharts to Bower's install directory, the default being bower_components.

Downloading Taucharts using npm

Taucharts is registered as a package with npm. You can install the latest version with the command:

npm install taucharts

This will install Taucharts to node_modules directory.

results matching ""

    No results matching ""