Commit eea42325 by Zachary Tong

Merge pull request #52 from polyfractal/parallelcoordinates

Parallel coordinates
parents 0f3e64ab 5d72a633
...@@ -7,19 +7,6 @@ ...@@ -7,19 +7,6 @@
</form> </form>
</div> </div>
</div> </div>
<div class="row-fluid">
<div class="span4">
<form class="input-append">
<h6>Add field</h6>
<input bs-typeahead="fields.list" type="text" class="input-small" ng-model='newfield'>
<button class="btn" ng-click="toggle_field(newfield);newfield=''"><i class="icon-plus"></i></button>
</form>
</div>
<div class="span8">
<h6>Selected fields <small>Click to remove</small></h6>
<span style="margin-left:3px" ng-click="toggle_field(field)" ng-repeat="field in $parent.panel.fields" class="label remove pointer">{{field}} </span>
</div>
</div>
<h5>Panel Spy</h5> <h5>Panel Spy</h5>
<div class="row-fluid"> <div class="row-fluid">
<div class="span2"> <div class="span2">
......
...@@ -13,27 +13,10 @@ ...@@ -13,27 +13,10 @@
display:none display:none
} }
.legend {
font-size: 18px;
font-style: oblique;
}
.legend line { .legend line {
stroke-width: 2px; stroke-width: 2px;
} }
.setosa {
stroke: #800;
}
.versicolor {
stroke: #080;
}
.virginica {
stroke: #008;
}
.brush .extent { .brush .extent {
fill-opacity: .3; fill-opacity: .3;
stroke: #fff; stroke: #fff;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment