
Install
Dataviz
For Front-End applications use standard npm
or yarn package manager.
yarn add @keen.io/dataviz
For direct website integration embed a script with @keen.io/dataviz
that is hosted on CDN.
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@keen.io/dataviz@latest/dist/dataviz.min.js"></script>
- Replace the
latest
tag in the URL to freeze package version. - For latest versions and changes check the release log.
You can also take a look at Data Visualization Library Installation Tutorial for further details.
Fonts
By default all charts uses Keen
theme which require the Gangster Grotesk
and Lato
fonts.
- For integration embed a stylesheet with fonts that is hosted on CDN.
<link rel="stylesheet" type="text/css" href="https://static.keen.io/assets/keen-fonts.css" />