Coder Social home page Coder Social logo

angelo337 / angularjs-d3js-dashboard Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tortillaj/angularjs-d3js-dashboard

0.0 1.0 0.0 516 KB

Angular, D3 dashboard

Home Page: http://angular-d3-dashboard.ofjamescole.com/

Ruby 0.06% JavaScript 8.23% HTML 18.29% CoffeeScript 37.53% CSS 35.89%

angularjs-d3js-dashboard's Introduction

AngularJS Dashboard with D3JS

This is a simple implementation of D3JS in an Angular app. It's not meant to be a finished product, but just an example of how you might integrate the two.

The data is just made up, meant to model traffic to an app or website.

Usage

This project is scaffolded from Yeoman using generator-angular, so any standard grunt commands are available.

npm install && bower install
grunt serve

Notes

Data

All the data is provided as flat JSON files, so you can see how you might query an actual API. A finished app would probably not use a JSON file to serve data! On the other hand, all the models in Angular return promise objects, which is how I'd normally return data.

Styles

The basic styles are provided by Twitter Bootstrap. Since this project isn't really concerned with styles, I didn't spend a great deal of time on that. However, any custom styles written are in atomic design layout with BEM naming system.

Facebook Integration

I'd planned to do a more thorough Facebook integration, but ultimately moved on to other work. You can probably just ignore anything FB related. The plan was to allow sharing of links to a FB wall.

Sources

This project makes use of several other projects, notably

  1. AngularJS & D3JS (of course!)
  2. Angular UI Bootstrap directives
  3. AngularJS NVD3 directives
  4. Angular EasyFB

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.