-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
24 changed files
with
686 additions
and
19,078 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
{ | ||
"directory": "bower_components", | ||
"json": "bower.json" | ||
"directory": "bower_components" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,62 @@ | ||
{} | ||
{ | ||
"generator-gulp-angular": { | ||
"version": "0.11.0", | ||
"props": { | ||
"angularVersion": "~1.3.4", | ||
"angularModules": [ | ||
{ | ||
"key": "animate", | ||
"module": "ngAnimate" | ||
}, | ||
{ | ||
"key": "touch", | ||
"module": "ngTouch" | ||
} | ||
], | ||
"jQuery": { | ||
"key": "jquery1" | ||
}, | ||
"resource": { | ||
"key": "none", | ||
"module": null | ||
}, | ||
"router": { | ||
"key": "ui-router", | ||
"module": "ui.router" | ||
}, | ||
"ui": { | ||
"key": "bootstrap", | ||
"module": null | ||
}, | ||
"bootstrapComponents": { | ||
"key": "ui-bootstrap", | ||
"module": "ui.bootstrap" | ||
}, | ||
"cssPreprocessor": { | ||
"key": "ruby-sass", | ||
"extension": "scss" | ||
}, | ||
"jsPreprocessor": { | ||
"key": "traceur", | ||
"extension": "js", | ||
"srcExtension": "es6" | ||
}, | ||
"htmlPreprocessor": { | ||
"key": "none", | ||
"extension": "html" | ||
}, | ||
"foundationComponents": { | ||
"name": null, | ||
"version": null, | ||
"key": null, | ||
"module": null | ||
}, | ||
"paths": { | ||
"src": "src", | ||
"dist": "dist", | ||
"e2e": "e2e", | ||
"tmp": ".tmp" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,12 @@ | ||
# Apache Zeppelin | ||
Zeppelin is a collaborative data analytic and visualization tool for distributed, general-purpose data processing systems such as Apache Spark and Apache Flink. It has two main features, the data analytic phase and the data visualization phase. This project is an improvement or a re-design of the Data Visualization Component. It successfully eliminates all the limitations and drawbacks of the existing charting visualization component. | ||
|
||
###How to start the samples | ||
|
||
```sh | ||
npm start | ||
``` | ||
|
||
|
||
###Running the samples | ||
[localhost:8082](http://localhost:8082/) | ||
|
||
### Version | ||
|
||
0.0.1 | ||
milestone-01 | ||
milestone-02 | ||
|
||
### Author | ||
[Madhuka](http://madhukaudantha.blogspot.com/) | ||
[Blog](http://madhukaudantha.blogspot.com) | ||
# gotest | ||
|
||
This project is generated with [yo angular generator](https://github.com/yeoman/generator-angular) | ||
version 0.11.1. | ||
|
||
## Build & development | ||
|
||
Run `grunt` for building and `grunt serve` for preview. | ||
|
||
## Testing | ||
|
||
Running `grunt test` will run the unit tests with karma. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
No,Year,Make,Model,Length | ||
0,2015,Daelim,VR13,101 | ||
1,2008,Honda,CBS,120 | ||
2,2015,Harley-Davidson,Breakout,190 | ||
3,2013,BMW,R1200RT-P,150 | ||
No,Year,Make,Model,Length | ||
0,2015,Daelim,VR13,101 | ||
1,2008,Honda,CBS,120 | ||
2,2015,Harley-Davidson,Breakout,190 | ||
3,2013,BMW,R1200RT-P,150 | ||
4,2010,BMW,R1150R,220 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
No,Year,Make,Model,Length | ||
0,1996,Ford,E350,234 | ||
1,2000,Mercury,Cougar,248 | ||
2,2010,Toyota,Yaris,200 | ||
No,Year,Make,Model,Length | ||
0,1996,Ford,E350,234 | ||
1,2000,Mercury,Cougar,248 | ||
2,2010,Toyota,Yaris,200 | ||
3,2011,Nissian,March,168 |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
|
||
//new move. | ||
'use strict'; | ||
|
||
/** | ||
* @ngdoc function | ||
* @name apacheZeppelinGsocApp.controller:ChartCtrl | ||
* @description | ||
* # ChartCtrl | ||
* Controller of the top navigation, mainly use for the dropdown menu | ||
* | ||
* @author madhuka udantha | ||
*/ | ||
|
||
angular.module('apacheZeppelinGsocApp').controller('ChartCtrl', function($scope) { | ||
|
||
var vm = this; | ||
|
||
|
||
function loadData(fileName) { | ||
console.log('loading data '+fileName); | ||
setButtonActive('dataButton',fileName); | ||
/* data = getData(fileName); | ||
setActive('b1',fileName); | ||
//$scope.Datax = Datax; | ||
console.log(Datax) | ||
loadYAxisLabel(fileName); | ||
$scope.a = true; | ||
drawChart();*/ | ||
} | ||
|
||
//deafult button picker | ||
var active={'dataButton':false,'b2':false,'b3':'bar'}; | ||
|
||
function setButtonActive(set,type) { | ||
active[set] = type; | ||
} | ||
|
||
function isButtonActive(set,type) { | ||
return active[set] === type; | ||
} | ||
|
||
vm.loadData = loadData; | ||
vm.isButtonActive = isButtonActive; | ||
|
||
|
||
}); |
Oops, something went wrong.