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
ada84c40
Commit
ada84c40
authored
Aug 23, 2013
by
Rashid Khan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed 0 height bars
parent
79ed63df
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
+1
-2
js/services.js
+0
-1
panels/histogram/module.js
+1
-1
No files found.
js/services.js
View file @
ada84c40
...
@@ -53,7 +53,6 @@ angular.module('kibana.services', [])
...
@@ -53,7 +53,6 @@ angular.module('kibana.services', [])
self
.
map
(
indices
).
then
(
function
(
result
)
{
self
.
map
(
indices
).
then
(
function
(
result
)
{
self
.
mapping
=
_
.
extend
(
self
.
mapping
,
result
);
self
.
mapping
=
_
.
extend
(
self
.
mapping
,
result
);
self
.
list
=
mapFields
(
self
.
mapping
);
self
.
list
=
mapFields
(
self
.
mapping
);
console
.
log
(
self
.
mapping
);
});
});
// Otherwise just use the cached mapping
// Otherwise just use the cached mapping
}
else
{
}
else
{
...
...
panels/histogram/module.js
View file @
ada84c40
...
@@ -342,7 +342,7 @@ angular.module('kibana.histogram', [])
...
@@ -342,7 +342,7 @@ angular.module('kibana.histogram', [])
lineWidth
:
scope
.
panel
.
linewidth
,
lineWidth
:
scope
.
panel
.
linewidth
,
steps
:
false
steps
:
false
},
},
bars
:
{
show
:
scope
.
panel
.
bars
,
fill
:
1
,
barWidth
:
barwidth
/
1.8
,
zero
:
false
},
bars
:
{
show
:
scope
.
panel
.
bars
,
fill
:
1
,
lineWidth
:
0
,
barWidth
:
barwidth
/
1.7
,
zero
:
false
},
points
:
{
show
:
scope
.
panel
.
points
,
fill
:
1
,
fillColor
:
false
,
radius
:
5
},
points
:
{
show
:
scope
.
panel
.
points
,
fill
:
1
,
fillColor
:
false
,
radius
:
5
},
shadowSize
:
1
shadowSize
:
1
},
},
...
...
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