All Projects → bielversallini → ng-highcharts

bielversallini / ng-highcharts

Licence: other
Angular Directive for Highcharts

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to ng-highcharts

Highcharts Ng
AngularJS directive for Highcharts
Stars: ✭ 1,741 (+14408.33%)
Mutual labels:  angularjs, highcharts
angular-keypad
📱🔢 A numerical keypad built for mobile devices.
Stars: ✭ 18 (+50%)
Mutual labels:  angularjs
ledgeraccounting
Simple web-based accounting and budgeting tool built upon the popular accounting software, hledger
Stars: ✭ 28 (+133.33%)
Mutual labels:  angularjs
boomerang
Easy website for your GDG Chapter
Stars: ✭ 74 (+516.67%)
Mutual labels:  angularjs
rentnride
Rent&Ride is an open source for Car Rental script. Travel to any of your favourite places by availing the services in the Rent & Ride application. Book cars for rental by making use of the flexibility to choose the car of your interest.
Stars: ✭ 37 (+208.33%)
Mutual labels:  angularjs
angular-barcode
An angular directive for lindell's JsBarcode
Stars: ✭ 25 (+108.33%)
Mutual labels:  angularjs
Angular4-seed
Angular 4 Seed for Angular Forms
Stars: ✭ 37 (+208.33%)
Mutual labels:  angularjs
AngularJS1.x-webpack-seed
使用angular1.5 + es2015 + webpack 练习demo
Stars: ✭ 18 (+50%)
Mutual labels:  angularjs
main
Share your personal pronouns and stay updated on your friends' pronouns. Pronouny allows you to update your pronouns and send alerts to your friends.
Stars: ✭ 37 (+208.33%)
Mutual labels:  angularjs
krakendesigner
KrakenD configuration editor.
Stars: ✭ 80 (+566.67%)
Mutual labels:  angularjs
chakram
Generic Web App for GDG Events
Stars: ✭ 39 (+225%)
Mutual labels:  angularjs
phosphor-webui
Web-based user interface for managing OpenBMC systems
Stars: ✭ 37 (+208.33%)
Mutual labels:  angularjs
kodi-angular
A web interface to control and manage Kodi, using AngularJS.
Stars: ✭ 14 (+16.67%)
Mutual labels:  angularjs
angular-odoo
Call Odoo webservices from AngularJS
Stars: ✭ 41 (+241.67%)
Mutual labels:  angularjs
vote
Abakus' Voting System
Stars: ✭ 25 (+108.33%)
Mutual labels:  angularjs
chord-transitions
Transitioning Chord Diagram Demo with Angular/D3
Stars: ✭ 38 (+216.67%)
Mutual labels:  angularjs
shopnx
Ready to use AngularJS Shopping Cart with all features
Stars: ✭ 71 (+491.67%)
Mutual labels:  angularjs
boilerplate-angular-es6-webpack2
Boilerplate angular 1.x with ES6 and Webpack 2
Stars: ✭ 16 (+33.33%)
Mutual labels:  angularjs
symfony-angular-todomvc
An implementation of TodoMVC using AngularJS and Symfony REST Edition
Stars: ✭ 94 (+683.33%)
Mutual labels:  angularjs
sf-java-ui
Json Schema Form java based library allow developers to define schema and form using field annotations
Stars: ✭ 23 (+91.67%)
Mutual labels:  angularjs

ng-highcharts Build Status

Greenkeeper badge Angular directive for Highcharts

WORK IN PROGRESS!

How to use

1) Adding the library:

<script src="ng-highcharts.min.js"></script>

2) Injecting in your app:

angular.module('myApp',['ngHighcharts'])

3) Now! Use the tag < highchart > anywhere:

<highchart type="column" data="arr"
           title="Movie Audience Measurement"
           subtitle="Source: PirateBay"
           y-title="Quantitative (MM)"
           y-Field="value"
           display-name="name"
           category-field="period">
</highchart>

Only types column, bar, line, area and scatter are available.

4) See!

image

License

MIT License © Gabriel Barbosa

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].