- Streams
- Compute
- Overview
- Group By Ranges & Buckets
- Saved Queries
- Video Completion Funnel
- Data Explorer Guide
- Compute Pricing Guide
- Custom Ad Performance
- Session Timing Metrics
- Cohort Analysis
- Retention Analysis
- Funnel Analysis
- Creating a Funnel with an OR Condition
- Stripe Revenue Queries
- Create a Email Nightly Report
- Query Tuning
- Cached Queries
- Cached Datasets
- Paid Session Metrics
- User Engagement
- Visualize
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" />