We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5b4aae commit b222066Copy full SHA for b222066
package.json
@@ -1,10 +1,10 @@
1
{
2
"name": "wafermap",
3
- "version": "6.8.x",
+ "version": "6.7.x",
4
"description": "wafer map",
5
"main": "index.js",
6
"kibana": {
7
- "version": "6.8.2",
+ "version": "6.7.2",
8
"templateVersion": "1.0.0"
9
},
10
"scripts": {
public/wafer_map.less
@@ -7,8 +7,8 @@
overflow: hidden;
}
-.hiddenCanvas{
11
- display: none;
+.hiddenCanvas{
+ display: none;
12
13
14
.tagcloud-notifications {
@@ -68,8 +68,8 @@ rect.cell-hover {
68
69
.series-title {
70
//font-family: Roboto, sans-serif;
71
- font-size: 0.5em;
72
- font-weight: 300;
+ font-size: 0.7em;
+ font-weight: 400;
73
74
75
div.tooltip {
0 commit comments