Skip to content
A visualization library built on top of d3.
JavaScript CSS
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
examples
grunt
src feat(graphs.graph) add xmlns attributes to svg
test feat(graphs.graph) add xmlns attributes to svg
.allow-devtools-edit
.bowerrc
.gitignore
.jshintrc
.travis.yml fix(travisci) use node 0.10.x vs 0.8.x for builds
CHANGELOG.md
CONTRIBUTING.md
Gruntfile.js fix(build) Karam config was incorrectly using linux chrome.
README.md
bower.json
changelog.tpl.md
glimpse.js
glimpse.min.js
package.json
pre-commit.js
requirejs.conf.js chore(bower): Update paths to use bower components.

README.md

glimpse.js Build Status

A JavaScript library for making beautiful graphs and visualizations effortlessly.

Its purpose is to empower developers to quickly render data as standards-compliant web-based visualizations. Glimpse.js requires very little code and has virtually no learning curve, yet is customizable enough to allow for the most complex data visualizations. We leverage countless hours of work that have already gone into the open-source community by building on top of the immensely popular d3.js library (a lower-level data visualization library). We take that work one step further by providing a simpler API and by drastically reducing the amount of code necessary for the end-user to write. Interactive time-series graphs can be created in as little as 2-3 lines of code.

Read the docs to get started.

Features

  • Includes a bundled version of d3.js.
  • d3 plugin support.
  • Pure SVG graphs (no CSS or HTML).
  • Line graphs.
  • Area graphs.

Browser Support

  • IE9, IE10
  • Safari (latest)
  • Chrome (latest)
  • Firefox (latest)

Dependencies

  • d3.js (comes bundled)

Contribute

See the contributing docs

Versioning

glimpse.js uses semantic versioning.

License

Copyright 2013 Rackspace

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Something went wrong with that request. Please try again.