Skip to content

Commit

Permalink
This is the **RTM** (_Release To Manufacturing_) Version 5.4.1 read…
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzobruni committed Jan 12, 2023
1 parent 9b0201b commit 73090e5
Show file tree
Hide file tree
Showing 98 changed files with 3,871 additions and 836 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,8 @@
/server/PxStat/obj
/server/PxStat.DataMatrix.Test
/utilities/Px5Migrator/.vs
/client/config/config.demo.json
/client/css/app.bootstrap.guideline.demo.css
/client/css/app.bootstrap.guideline.demo.css.map
/client/css/app.bootstrap.guideline.demo.scss
/client/index.demo.html
28 changes: 26 additions & 2 deletions client/config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,14 @@
"legend": {
"display": true,
"position": "bottom"
},
"elements": {
"line": {
"tension": 0.4
}
}
}
},
"colours": []
}
},
"subscriber": {
Expand Down Expand Up @@ -318,7 +324,25 @@
"value": "darkviolet",
"name": "violet"
}
]
],
"mode": [
{
"value": "q",
"label": "quantile"
},
{
"value": "e",
"label": "equidistant"
},
{
"value": "k",
"label": "k-means"
}
],
"baseMap": {
"leaflet": [],
"esri": []
}
}
}
}
Loading

0 comments on commit 73090e5

Please sign in to comment.