keen-dashboards
Advanced tools
Comparing version 0.1.1 to 3.0.0
{ | ||
"name": "keen-dashboards", | ||
"version": "0.1.1", | ||
"description": "Responsive dashboard templates for Bootstrap", | ||
"version": "3.0.0", | ||
"description": "Responsive dashboard templates", | ||
"main": "./dist/keen-dashboards.css", | ||
@@ -19,4 +19,4 @@ "repository": { | ||
"Dustin Larimer <dustin@keen.io>", | ||
"Sean Dokko <dokko1230@gmail.com>", | ||
"Ritchie Benevedes <ritchieleeann@gmail.com>" | ||
"Taylor Barnett <taylor@keen.io>", | ||
"Artur Pryka <artur.pryka@keen.io> (https://github.com/apryka)" | ||
], | ||
@@ -23,0 +23,0 @@ "license": "MIT", |
# Dashboards by Keen IO | ||
Building an analytics dashboard? Don’t start from scratch. Grab one of our Bootstrap-based templates and admire your data in minutes. | ||
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: | ||
@@ -11,5 +13,5 @@ | ||
``` html | ||
<div class="col-sm-6 col-md-3"> | ||
<div class="chart-wrapper"> | ||
```html | ||
<div class="grid-hero"> | ||
<div class="hero chart-wrapper"> | ||
<div class="chart-title"> | ||
@@ -38,3 +40,3 @@ Chart Title | ||
These layout templates are composed of a minimal set of [Bootstrap v3.2](http://getbootstrap.com/) custom styles. They cover the most common use cases and layout configurations we've encountered so far. | ||
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. | ||
@@ -46,6 +48,4 @@ * [Layouts](http://keen.github.io/dashboards/layouts/) for pre-built, responsive dashboard views | ||
These templates can work with any data source or charting library, but they're particularly streamlined to work with Keen IO's [visualization toolkit](https://github.com/keenlabs/keen-js). To see the Keen integration in action, create a [free project](http://keen.io/signup?s=gh-dashboards) and send some data to it. Then add some charts to your dashboard with just a few lines of code. | ||
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). To see the Keen integration in action, create a [free project](http://keen.io/signup?s=gh-dashboards) and send some data to it. Then add some charts to your dashboard with just a few lines of code. | ||
You can also use this pre-populated set of [demo data](https://github.com/keen/dashboards/tree/gh-pages/demo-data). | ||
## Usage | ||
@@ -55,3 +55,3 @@ | ||
1. In the sidebar, is a *Download Zip* link. Click it to download a copy of the code. | ||
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. | ||
@@ -78,2 +78,18 @@ 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)`. | ||
## Docker | ||
Clone the repository. | ||
``` | ||
$ git clone https://github.com/keen/dashboards.git | ||
``` | ||
Access the repository and build your Docker image. | ||
``` | ||
$ cd dashboards | ||
$ docker build -t keen/dashboards . | ||
``` | ||
Run the Docker container. | ||
``` | ||
$ docker run -d -p 80:80 keen/dashboards | ||
``` | ||
## Contributing | ||
@@ -97,3 +113,3 @@ | ||
``` | ||
$ git clone https://github.com/username/dashboards.git | ||
$ git clone https://github.com/keen/dashboards.git | ||
$ cd dashboards | ||
@@ -100,0 +116,0 @@ $ git remote add upstream https://github.com/keen/dashboards.git |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 6 instances in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1192628
88
4102
0
123
8