-
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.
adding chart lib for bower, updating views
- Loading branch information
Showing
7 changed files
with
71 additions
and
69 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
This file was deleted.
Oops, something went wrong.
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,7 @@ | ||
<p>This is the about view.</p> | ||
<div class="inner cover"> | ||
<h1 class="cover-heading">Apache Zeppelin Gsoc 2015</h1> | ||
<p class="lead">Zeppelin is a collaborative data analytics 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.</p> | ||
<p class="lead"> | ||
<a href="https://cwiki.apache.org/confluence/display/ZEPPELIN/GoogleSummerOfCode#GoogleSummerOfCode-COMDEV-119ZeppelinGSoCProject:addmoreD3visualization" class="btn btn-lg btn-default">Read more</a> | ||
</p> | ||
</div> |
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,9 +1,9 @@ | ||
<div class="inner cover"> | ||
<h1 class="cover-heading">Contact</h1> | ||
<p class="lead">madhukaudantha@gmail.com</p> | ||
<p>users@zeppelin.incubator.apache.org</p> | ||
<p>dev@zeppelin.incubator.apache.org</p> | ||
<p class="lead"> | ||
<a href="https://zeppelin.incubator.apache.org/community.html" class="btn btn-lg btn-default">Community</a> | ||
</p> | ||
<div class="inner cover"> | ||
<h1 class="cover-heading">Contact</h1> | ||
<p class="lead">madhukaudantha@gmail.com</p> | ||
<p>users@zeppelin.incubator.apache.org</p> | ||
<p>dev@zeppelin.incubator.apache.org</p> | ||
<p class="lead"> | ||
<a href="https://zeppelin.incubator.apache.org/community.html" class="btn btn-lg btn-default">Community</a> | ||
</p> | ||
</div> |
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,49 +1,49 @@ | ||
<div class="inner cover"> | ||
|
||
|
||
<h3 class="cover-heading" >MileStone - 01</h3> | ||
|
||
|
||
<!--sample data set is to pick from csv file--> | ||
<div ng-controller="navCtrl"> | ||
<label>1. Select the Data set: </label> | ||
<div class="btn-group"> | ||
<a class="btn btn-default" ng-class="{'active': isBActive('b1','car')}" ng-click="loadData('car')"><i class="fa fa-h-square"> Car</i></a> | ||
<a class="btn btn-default" ng-class="{'active': isBActive('b1','bike')}" ng-click="loadData('bike')"><i class="fa fa-google"> Bike</i></a> | ||
</div> | ||
</div> | ||
<br> | ||
|
||
<div ng-show="a"> | ||
<label>2. Select the Chart Library</label> | ||
<div class="btn-group"> | ||
<a class="btn btn-default" ng-class="{'active': isBActive('b2','highxChart')}" ng-click="loadChartLibrary(1)"><i class="fa fa-h-square"> HighChart</i></a> | ||
<a class="btn btn-default" ng-class="{'active': isBActive('b2','googlexChart')}" ng-click="loadChartLibrary(2)"><i class="fa fa-google"> GooglrChart</i></a> | ||
<a class="btn btn-default" ng-class="{'active': isBActive('b2','NVD3Chart')}" ng-click="loadChartLibrary(0)"><i class="fa fa-align-right"> NVD3 Chart</i></a> | ||
</div> | ||
</div> | ||
|
||
<!--chart type can be picked--> | ||
<br> | ||
<div ng-show="a && b"> | ||
<label>3. Selct the Chart Type</label> | ||
<div class="btn-group"> | ||
<a class="btn btn-default" ng-class="{'active': isBActive('b3','line')}" ng-click="switchChartType('LineChart','line','lineChart')"><i class="fa fa-line-chart"> Line Chart</i></a> | ||
<a class="btn btn-default" ng-class="{'active': isBActive('b3','bar')}" ng-click="switchChartType('BarChart','bar','discreteBarChart')"><i class="fa fa-bar-chart"> Bar Chart</i></a> | ||
</div> | ||
</div> | ||
|
||
<!--charts--> | ||
<div class="box" ng-show="highxChart"> | ||
<highchart id="chart1" config="chartConfig"></highchart> | ||
</div> | ||
|
||
<div class="box" ng-show="googlexChart"> | ||
<div google-chart chart="chart" style="{{chart.cssStyle}}" /> | ||
</div> | ||
|
||
<div class="box" ng-show="NVD3Chart"> | ||
<nvd3 options='options' data='data'></nvd3> | ||
</div> | ||
|
||
<div class="inner cover"> | ||
|
||
|
||
<h3 class="cover-heading" >MileStone - 01</h3> | ||
|
||
|
||
<!--sample data set is to pick from csv file--> | ||
<div ng-controller="navCtrl"> | ||
<label>1. Select the Data set: </label> | ||
<div class="btn-group"> | ||
<a class="btn btn-default" ng-class="{'active': isBActive('b1','car')}" ng-click="loadData('car')"><i class="fa fa-h-square"> Car</i></a> | ||
<a class="btn btn-default" ng-class="{'active': isBActive('b1','bike')}" ng-click="loadData('bike')"><i class="fa fa-google"> Bike</i></a> | ||
</div> | ||
</div> | ||
<br> | ||
|
||
<div ng-show="a"> | ||
<label>2. Select the Chart Library</label> | ||
<div class="btn-group"> | ||
<a class="btn btn-default" ng-class="{'active': isBActive('b2','highxChart')}" ng-click="loadChartLibrary(1)"><i class="fa fa-h-square"> HighChart</i></a> | ||
<a class="btn btn-default" ng-class="{'active': isBActive('b2','googlexChart')}" ng-click="loadChartLibrary(2)"><i class="fa fa-google"> GooglrChart</i></a> | ||
<a class="btn btn-default" ng-class="{'active': isBActive('b2','NVD3Chart')}" ng-click="loadChartLibrary(0)"><i class="fa fa-align-right"> NVD3 Chart</i></a> | ||
</div> | ||
</div> | ||
|
||
<!--chart type can be picked--> | ||
<br> | ||
<div ng-show="a && b"> | ||
<label>3. Selct the Chart Type</label> | ||
<div class="btn-group"> | ||
<a class="btn btn-default" ng-class="{'active': isBActive('b3','line')}" ng-click="switchChartType('LineChart','line','lineChart')"><i class="fa fa-line-chart"> Line Chart</i></a> | ||
<a class="btn btn-default" ng-class="{'active': isBActive('b3','bar')}" ng-click="switchChartType('BarChart','bar','discreteBarChart')"><i class="fa fa-bar-chart"> Bar Chart</i></a> | ||
</div> | ||
</div> | ||
|
||
<!--charts--> | ||
<div class="box" ng-show="highxChart"> | ||
<highchart id="chart1" config="chartConfig"></highchart> | ||
</div> | ||
|
||
<div class="box" ng-show="googlexChart"> | ||
<div google-chart chart="chart" style="{{chart.cssStyle}}" /> | ||
</div> | ||
|
||
<div class="box" ng-show="NVD3Chart"> | ||
<nvd3 options='options' data='data'></nvd3> | ||
</div> | ||
|
||
</div> |
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