Commit 3ced9e6
authored
v2.12.0 (NEONScience#81)
* Disabling Fine Time Series at Threshold
The finer time series are disabled when the predicted calculation of data points exceeds a threshold (currently 250000)
* Update TimeSeriesViewerContext.jsx
calcPredictedPoints more precise with hours calculated using JS Date objects.
* Calm the Linter
* Calm the Linter
* Disabling Site and Position
Disabling UI controls for site and position selection when points might cross the performance limit threshold.
* Restricting in Positions Dialog
* Restricting Variables
* Tweak Prediction Calc
Calc was producing different results when either the variable or position had just one selection. Now summing them to "normalize" them.
* Map Upper Limit Restricted
* Position Selection Fix
Fixed issue where position selection dialog did not account for positions selected for other sites.
* Date Pickers/Sliders Now Points Restricted
* Calc Change and Cleanup
* Cleanup
Code clean up to bring it up to original state of linter rules.
* Add Status Bar
* Status Bar Look/Feel Improvements
* Prediction Calc Back to What It Should Be
* Update TimeSeriesViewerSites.jsx
Improved styling and appearance trigger of "performance issues" warning
* Update TimeSeriesViewerContainer.jsx
"approaching limit" warning trigger improved to account for when variable/position UI elements disable
* Disabled Text
Add "(disabled)" Sites and Variables textbox placeholders when disabled to make it more obvious to the user
* Update index.html
Replace stylesheet link that was removed accidentally.
* Fixes and Lib Build
Fixes related to unit tests errors.
Build lib files.
* getLastDayInMonth
Function now uses JS date object for last day determination.
Function also now takes 'yyyy-mm' date range item to cut down on parsing.
* getDate() to getUTCDate()
* Update Version to 2.12.01 parent a947b73 commit 3ced9e6
File tree
26 files changed
+832
-244
lines changed- lib
- components/TimeSeriesViewer
- remoteAssets
- public
- assets/css
- src/lib_components
- components/TimeSeriesViewer
- remoteAssets
26 files changed
+832
-244
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
| 49 | + | |
51 | 50 | | |
52 | 51 | | |
53 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
512 | 512 | | |
513 | 513 | | |
514 | 514 | | |
| 515 | + | |
515 | 516 | | |
516 | 517 | | |
517 | 518 | | |
518 | 519 | | |
519 | | - | |
| 520 | + | |
| 521 | + | |
520 | 522 | | |
521 | 523 | | |
522 | 524 | | |
| |||
Lines changed: 64 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| |||
133 | 135 | | |
134 | 136 | | |
135 | 137 | | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
136 | 154 | | |
137 | 155 | | |
138 | 156 | | |
| |||
579 | 597 | | |
580 | 598 | | |
581 | 599 | | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
582 | 645 | | |
583 | 646 | | |
584 | 647 | | |
| |||
589 | 652 | | |
590 | 653 | | |
591 | 654 | | |
592 | | - | |
| 655 | + | |
593 | 656 | | |
594 | 657 | | |
595 | 658 | | |
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| 57 | + | |
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
| |||
204 | 206 | | |
205 | 207 | | |
206 | 208 | | |
| 209 | + | |
207 | 210 | | |
208 | 211 | | |
209 | 212 | | |
| |||
325 | 328 | | |
326 | 329 | | |
327 | 330 | | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
328 | 336 | | |
329 | 337 | | |
330 | 338 | | |
| |||
367 | 375 | | |
368 | 376 | | |
369 | 377 | | |
| 378 | + | |
370 | 379 | | |
371 | 380 | | |
372 | 381 | | |
| |||
442 | 451 | | |
443 | 452 | | |
444 | 453 | | |
| 454 | + | |
445 | 455 | | |
446 | 456 | | |
447 | 457 | | |
| |||
512 | 522 | | |
513 | 523 | | |
514 | 524 | | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
515 | 530 | | |
Lines changed: 125 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
146 | 147 | | |
147 | 148 | | |
148 | 149 | | |
| 150 | + | |
149 | 151 | | |
150 | 152 | | |
151 | 153 | | |
| |||
297 | 299 | | |
298 | 300 | | |
299 | 301 | | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
300 | 398 | | |
301 | 399 | | |
302 | | - | |
303 | 400 | | |
304 | 401 | | |
305 | 402 | | |
| |||
1144 | 1241 | | |
1145 | 1242 | | |
1146 | 1243 | | |
| 1244 | + | |
1147 | 1245 | | |
1148 | 1246 | | |
1149 | 1247 | | |
| |||
1218 | 1316 | | |
1219 | 1317 | | |
1220 | 1318 | | |
| 1319 | + | |
| 1320 | + | |
| 1321 | + | |
| 1322 | + | |
| 1323 | + | |
| 1324 | + | |
| 1325 | + | |
| 1326 | + | |
| 1327 | + | |
| 1328 | + | |
| 1329 | + | |
| 1330 | + | |
| 1331 | + | |
| 1332 | + | |
| 1333 | + | |
| 1334 | + | |
1221 | 1335 | | |
1222 | 1336 | | |
1223 | 1337 | | |
| |||
1819 | 1933 | | |
1820 | 1934 | | |
1821 | 1935 | | |
| 1936 | + | |
| 1937 | + | |
| 1938 | + | |
1822 | 1939 | | |
1823 | 1940 | | |
1824 | 1941 | | |
| |||
1906 | 2023 | | |
1907 | 2024 | | |
1908 | 2025 | | |
1909 | | - | |
| 2026 | + | |
| 2027 | + | |
| 2028 | + | |
| 2029 | + | |
| 2030 | + | |
| 2031 | + | |
1910 | 2032 | | |
1911 | 2033 | | |
1912 | 2034 | | |
| |||
0 commit comments