Skip to content

Commit 73090e5

Browse files
committed
1 parent 9b0201b commit 73090e5

File tree

98 files changed

+3871
-836
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+3871
-836
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,8 @@
1919
/server/PxStat/obj
2020
/server/PxStat.DataMatrix.Test
2121
/utilities/Px5Migrator/.vs
22+
/client/config/config.demo.json
23+
/client/css/app.bootstrap.guideline.demo.css
24+
/client/css/app.bootstrap.guideline.demo.css.map
25+
/client/css/app.bootstrap.guideline.demo.scss
26+
/client/index.demo.html

client/config/config.json

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,14 @@
272272
"legend": {
273273
"display": true,
274274
"position": "bottom"
275+
},
276+
"elements": {
277+
"line": {
278+
"tension": 0.4
279+
}
275280
}
276-
}
281+
},
282+
"colours": []
277283
}
278284
},
279285
"subscriber": {
@@ -318,7 +324,25 @@
318324
"value": "darkviolet",
319325
"name": "violet"
320326
}
321-
]
327+
],
328+
"mode": [
329+
{
330+
"value": "q",
331+
"label": "quantile"
332+
},
333+
{
334+
"value": "e",
335+
"label": "equidistant"
336+
},
337+
{
338+
"value": "k",
339+
"label": "k-means"
340+
}
341+
],
342+
"baseMap": {
343+
"leaflet": [],
344+
"esri": []
345+
}
322346
}
323347
}
324348
}

0 commit comments

Comments
 (0)