Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keen/dashboards
Responsive dashboard templates πβ¨
https://github.com/keen/dashboards
analytics analytics-dashboard charts css-grid css-grid-layout css-grid-template dashboard grid keen-io templates
Last synced: 9 days ago
JSON representation
Responsive dashboard templates πβ¨
- Host: GitHub
- URL: https://github.com/keen/dashboards
- Owner: keen
- License: mit
- Created: 2014-08-08T17:16:17.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-11-02T12:25:42.000Z (about 3 years ago)
- Last Synced: 2024-09-28T02:34:39.756Z (about 1 month ago)
- Topics: analytics, analytics-dashboard, charts, css-grid, css-grid-layout, css-grid-template, dashboard, grid, keen-io, templates
- Language: HTML
- Homepage: http://keen.github.io/dashboards/
- Size: 2.14 MB
- Stars: 11,042
- Watchers: 498
- Forks: 1,433
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome - keen/dashboards - Responsive dashboard templates πβ¨ (HTML)
- starred-awesome - dashboards - Responsive dashboard templates for Bootstrap πβ¨ (HTML)
- StarryDivineSky - keen/dashboards
- jimsghstars - keen/dashboards - Responsive dashboard templates πβ¨ (HTML)
README
# Dashboards by Keen IO
Building an analytics dashboard? Donβt start from scratch. Grab one of our CSS Grid-based templates and admire your data in minutes.
**UPDATE: All examples in this repo have been updated to use [keen-dataviz.js](https://github.com/keen/keen-dataviz.js) and [keen-analysis.js](https://github.com/keen/keen-analysis.js), as well as CDN versions of all dependencies.** When producing charts with [keen-dataviz.js](https://github.com/keen/keen-dataviz.js), the HTML wrapper for each chart (`.chart-wrapper`, described below) is rendered automatically.
Begin with a layout:
![Hero Thirds Example](http://cl.ly/image/3v2H180U0k0Q/Screen%20Shot%202014-10-29%20at%203.12.24%20AM.png)
Add charts to each `chart-stage` HTML element:
```html
Chart Title
Notes about this chart (optional)
```And voilΓ !
![Sample Dashboard](http://cl.ly/image/1T3a0X402r0W/Screen%20Shot%202014-10-29%20at%203.35.04%20AM.png)
An attractive, custom analytics dashboard that's ready to be shown to your team or your customers. No hours lost tweaking CSS or testing responsiveness on eight different mobile devices.
## The Templates
These layout templates are composed of a minimal set of custom styles. They cover the most common use cases and layout configurations we've encountered so far.
* [Layouts](http://keen.github.io/dashboards/layouts/) for pre-built, responsive dashboard views
* [Examples](http://keen.github.io/dashboards/examples/) for specific domains, data models and popular integrations## Integrations
These templates can work with any data source or charting library, but they're particularly streamlined to work with Keen IO's [Dataviz SDK](https://github.com/keen/keen-dataviz.js). You can add some charts to your dashboard with just a few lines of code. [Talk to our team](https://try.keen.io/contact) to get started today.
## Usage
Ready to use one of these awesome layouts? Here's how to get started.
1. Download a copy of this repository as a zip file, using [this link](https://github.com/keen/dashboards/archive/gh-pages.zip). You can also type `git clone keen/dashboards` in your terminal.
2. Check out the various [layouts](http://keen.github.io/dashboards/layouts/) and pick the one that best suits your needs. Find the template in the repository you downloaded at `folder/layouts/(name-of-template)`.
3. Start editing! In the destination folder will exist an `.html` file. Open it in your favorite text editor. There are three things you need to do to edit your dashboard:
1. Setup: If you're a registered Keen IO user, navigate to [your keen project](http://keen.io/login?s=gh-dashboards) or if you don't have a user at first, you can simply use some demo data that we've prepared for you. You can access those by going to the repository and navigating to demo-data. There, you will see some javascript files with some code in them. We will simply paste those in the .html file.
2. Some copypasta. When you navigate to the bottom of the .html file, you can see that there are a bunch of script tags. Just before the end of the body tag, we're going to add in the code from sample.html. Simply copy and paste the code just before you see ```