angular-dc

WebJar for angular-dc

License

License

MIT
Categories

Categories

Angular User Interface Web Frameworks
GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

angular-dc
Last Version

Last Version

0.0.8
Release Date

Release Date

Type

Type

jar
Description

Description

angular-dc
WebJar for angular-dc
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/TomNeyland/angular-dc

Download angular-dc

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bower/angular-dc/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>angular-dc</artifactId>
    <version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/angular-dc/
implementation 'org.webjars.bower:angular-dc:0.0.8'
// https://jarcasting.com/artifacts/org.webjars.bower/angular-dc/
implementation ("org.webjars.bower:angular-dc:0.0.8")
'org.webjars.bower:angular-dc:jar:0.0.8'
<dependency org="org.webjars.bower" name="angular-dc" rev="0.0.8">
  <artifact name="angular-dc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='angular-dc', version='0.0.8')
)
libraryDependencies += "org.webjars.bower" % "angular-dc" % "0.0.8"
[org.webjars.bower/angular-dc "0.0.8"]

Dependencies

compile (4)

Group / Artifact Type Version
org.webjars.bower : angular jar [1.2.0,)
org.webjars.bower : lodash jar [2,3)
org.webjars.bower : dcjs jar 2.0.0-beta.3
org.webjars.bower : crossfilter jar [1.3.0,1.4)

Project Modules

There are no modules declared in this project.

angular-dc

AngularJS directives for dc.js

Build Status

Node deps: David

Getting Started

Download the production version or the development version.

If you use bower, you can install this via: bower install angular-dc

Dependencies

See the bower.json file for dependencies: bower.json

30 second look

<script src="angular.js"></script>
<script src="dist/angular-dc.min.js"></script>
<!--don't forget to include all dependencies-->
<script>
//load the angular-dc module in your app
angular.module("myApp", ['angularDc']);
// some angularjs controller code...
</script>

<!--Setup a simple pie chart. DC.js options are exposed as html attributes-->
<div dc-chart="pieChart" dc-width="180" dc-height="180" dc-radius="80" dc-dimension="gainOrLoss" dc-group="gainOrLossGroup" class="dc-chart"></div>

Examples

Documentation

Versions

Version
0.0.8