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
e24dc379
Commit
e24dc379
authored
Oct 28, 2018
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor update
parent
5dd92477
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
3 deletions
+19
-3
public/app/plugins/panel/graph2/module.tsx
+13
-3
public/app/plugins/panel/graph2/plugin.json
+2
-0
public/sass/components/_viz_editor.scss
+4
-0
No files found.
public/app/plugins/panel/graph2/module.tsx
View file @
e24dc379
...
@@ -40,9 +40,19 @@ export class TextOptions extends PureComponent<any> {
...
@@ -40,9 +40,19 @@ export class TextOptions extends PureComponent<any> {
render
()
{
render
()
{
return
(
return
(
<
div
className=
"section gf-form-group"
>
<
div
>
<
h5
className=
"section-heading"
>
Draw Modes
</
h5
>
<
div
className=
"section gf-form-group"
>
<
Switch
label=
"Lines"
checked=
{
true
}
onChange=
{
this
.
onChange
}
/>
<
h5
className=
"page-heading"
>
Draw Modes
</
h5
>
<
Switch
label=
"Lines"
labelClass=
"width-5"
checked=
{
true
}
onChange=
{
this
.
onChange
}
/>
<
Switch
label=
"Bars"
labelClass=
"width-5"
checked=
{
false
}
onChange=
{
this
.
onChange
}
/>
<
Switch
label=
"Points"
labelClass=
"width-5"
checked=
{
false
}
onChange=
{
this
.
onChange
}
/>
</
div
>
<
div
className=
"section gf-form-group"
>
<
h5
className=
"page-heading"
>
Modes Options
</
h5
>
<
Switch
label=
"Lines"
labelClass=
"width-5"
checked=
{
true
}
onChange=
{
this
.
onChange
}
/>
<
Switch
label=
"Bars"
labelClass=
"width-5"
checked=
{
false
}
onChange=
{
this
.
onChange
}
/>
<
Switch
label=
"Points"
labelClass=
"width-5"
checked=
{
false
}
onChange=
{
this
.
onChange
}
/>
</
div
>
</
div
>
</
div
>
);
);
}
}
...
...
public/app/plugins/panel/graph2/plugin.json
View file @
e24dc379
...
@@ -3,6 +3,8 @@
...
@@ -3,6 +3,8 @@
"name"
:
"React Graph"
,
"name"
:
"React Graph"
,
"id"
:
"graph2"
,
"id"
:
"graph2"
,
"state"
:
"alpha"
,
"info"
:
{
"info"
:
{
"author"
:
{
"author"
:
{
"name"
:
"Grafana Project"
,
"name"
:
"Grafana Project"
,
...
...
public/sass/components/_viz_editor.scss
View file @
e24dc379
...
@@ -53,6 +53,10 @@
...
@@ -53,6 +53,10 @@
flex-grow
:
0
;
flex-grow
:
0
;
}
}
.viz-picker
{
margin-bottom
:
$spacer
;
}
.viz-picker__items
{
.viz-picker__items
{
display
:
flex
;
display
:
flex
;
// for scrollbar
// for scrollbar
...
...
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