Skip to content

Commit b222066

Browse files
committed
changes for kibana 6.8.x
1 parent d5b4aae commit b222066

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "wafermap",
3-
"version": "6.8.x",
3+
"version": "6.7.x",
44
"description": "wafer map",
55
"main": "index.js",
66
"kibana": {
7-
"version": "6.8.2",
7+
"version": "6.7.2",
88
"templateVersion": "1.0.0"
99
},
1010
"scripts": {

Diff for: public/wafer_map.less

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
overflow: hidden;
88
}
99

10-
.hiddenCanvas{
11-
display: none;
10+
.hiddenCanvas{
11+
display: none;
1212
}
1313

1414
.tagcloud-notifications {
@@ -68,8 +68,8 @@ rect.cell-hover {
6868

6969
.series-title {
7070
//font-family: Roboto, sans-serif;
71-
font-size: 0.5em;
72-
font-weight: 300;
71+
font-size: 0.7em;
72+
font-weight: 400;
7373
}
7474

7575
div.tooltip {

0 commit comments

Comments
 (0)