angular-google-chart

WebJar for angular-google-chart

License

License

MIT
Categories

Categories

Angular User Interface Web Frameworks
GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

angular-google-chart
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

angular-google-chart
WebJar for angular-google-chart
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/angular-google-chart/angular-google-chart

Download angular-google-chart

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.bower : angular jar (1.2.8,)

Project Modules

There are no modules declared in this project.

Google Chart Tools Directive Module

for AngularJS

Join the chat at https://gitter.im/angular-google-chart/angular-google-chart

Install

Install with bower

bower install angular-google-chart --save

Goal

Wrapper directive for Google Chart Tools

Contributing

Interested in contributing to Angular Google Chart? Cool! Check out CONTRIBUTING.md for a brief guide to raising issues and submitting Pull Requests.

A note on branches

Development branch is development.

Release branch is master (idealy), and was created just because Bower needed it.

There is documentation on the gh-pages branch which hosts the project's documentation website.

Please send your pull requests to development.

Building with Grunt

In order to build the project you will need to have NodeJS and NPM installed. In commandline, from the root of the project, run npm install. This will install grunt and the required plugins. Run grunt or grunt build to build ng-google-chart.js and ng-google-chart.min.js with included source maps. grunt release builds without source maps.

Running Tests

Tests are run during build. Use grunt watch to run jshint and tests whenever source files are changed.

Usage and Demo

See examples in the Documentation

Other samples

Chart Data doc

See ChartWrapper and DataTable documentation.

Release notes

See CHANGELOG.md for a summary of changes.

Out of luck ?

Try another AngularJS directive that use Highcharts.

org.webjars.bower

Versions

Version
0.1.0
0.1.0-beta.2
0.0.11