Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
eea42325
Commit
eea42325
authored
Apr 18, 2013
by
Zachary Tong
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #52 from polyfractal/parallelcoordinates
Parallel coordinates
parents
0f3e64ab
5d72a633
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
30 deletions
+0
-30
panels/parallelcoordinates/editor.html
+0
-13
panels/parallelcoordinates/module.html
+0
-17
panels/parallelcoordinates/module.js
+0
-0
No files found.
panels/parallelcoordinates/editor.html
View file @
eea42325
...
@@ -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"
>
...
...
panels/parallelcoordinates/module.html
View file @
eea42325
...
@@ -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
;
...
...
panels/parallelcoordinates/module.js
View file @
eea42325
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment