A radar chart visualizes multivariate data in a 2D chart of three or more quantitative variables represented on axes.
The project is created using AngularJS and D3.js.
A radar chart visualizes multivariate data in a 2D chart of three or more quantitative variables represented on axes.
The project is created using AngularJS and D3.js.
| /** | |
| * Module dependencies. | |
| */ | |
| var express = require('express') | |
| , routes = require('./routes') | |
| , data = require('./routes/data') | |
| , user = require('./routes/user') | |
| , http = require('http') | |
| , path = require('path'); |
| function authWithCas(req, res) { | |
| var CAS = require('cas'); | |
| var cas = new CAS({base_url: 'https://cas.thoughtworks.com/cas', service: 'www.recruiting-dashboard.herokuapp.com'}); | |
| var ticket = req.param('ticket'); | |
| if (ticket) { | |
| cas.validate(ticket, function(err, status, username) { | |
| if (err) { | |
| // Handle the error |
| SC.draw = function () { | |
| var renderer = SC.renderer2d; | |
| renderer.requestAnimFrame.apply(window, [function() { renderer.draw(); }]); | |
| } |
| *.sw? | |
| tags |