Commit adbe5c0
Fix: Script Gen- Sweep Graph Preview Cuts Off End of Graph (#46)
* TSP-947 Script generation infrastructure first cut
* TSP-947 Fix multiple channel issue in script
* TSP-948 Fix linting issues
* TSP-Script-Gen-UI- Linting done (both angular and rust)
* TSP-Script-Gen-UI step and sweep points update fixed to show on plot
* TSP-Script-Gen All linitng done with standalones
* TSP-960-Scrolling input containers to view done
* TSP-Scrip-Gen-UI- Scroll into view feature done
* Script-Gen-UI- UI changes done (through reviews from UX team)
* Revert "Merge branch 'main' into task/TSP-960-style-layout"
This reverts commit 12b90fcd4c35917273d40a01e1c5f21dfc5ac79e, reversing
changes made to beb512d73be7731c565fec696796c0cd47e5878a.
* Reapply "Merge branch 'main' into task/TSP-960-style-layout"
This reverts commit 712497e134fc83278e4ec837ff50212ac1f77484.
* TSP-960-Scroll-Into-View done with UI changes
* TSP-944-resizing and layout of the input containers done
* Script-Gen-UI- Fixed the error and bias plot background color
* Script-Gen-UI- Sweep color fix
* Script-Gen-UI- fixed arrows and step add and remove button
* TSP-944- Input panes reflow when shrunk done
* Added styles to timing popup
* Removed files as per review comment
* tsp-1123-Fix start and stop CSS in Step and Sweep Section
* Fix start and stop border in step and sweep
* tsp-1123-Fix leaking CSS in start and stop
* Task/tsp-1201-Correct the spelling of the "Aperture" textbox in the Timing tab
* task/tsp-1199-fix-automation name & IDs are missing for the combo box and textboxes in the Timing Tab
* fix automation IDs for measure delay and rate
* remove duplicate automationID from input-numeric
* TSP-1202-add automation Names and automationIDs for Bias
* Fix automation names for NPLC and Aperture in Timing
* fix issue with automation names in timing and bias (script-gen)
* fix: bias plot range for source range AUTO
* fix: tsp-1230 and tsp-1231
-The automation name & IDs are missing for the combo box and textboxes in the Step
-The automation name & IDs are missing for the combo box and textboxes in the Sweep
* fix: Script Gen- Sweep Graph Preview Cuts Off End of Graph
* refactor: move repeated code into function generatePlotData()
---------
Co-authored-by: GT, Shreya <[email protected]>
Co-authored-by: Rajeshwari Kiwad <[email protected]>1 parent f99deca commit adbe5c0
File tree
1 file changed
+16
-25
lines changed- script-gen-ui/src/app/components/main-sweep/plot-container/plot-sweep
1 file changed
+16
-25
lines changedLines changed: 16 additions & 25 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | | - | |
| 263 | + | |
271 | 264 | | |
272 | 265 | | |
273 | 266 | | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
274 | 278 | | |
275 | 279 | | |
276 | 280 | | |
| |||
331 | 335 | | |
332 | 336 | | |
333 | 337 | | |
334 | | - | |
| 338 | + | |
335 | 339 | | |
336 | 340 | | |
337 | 341 | | |
| |||
344 | 348 | | |
345 | 349 | | |
346 | 350 | | |
347 | | - | |
348 | | - | |
349 | | - | |
350 | | - | |
351 | | - | |
352 | | - | |
353 | | - | |
354 | | - | |
| 351 | + | |
355 | 352 | | |
356 | 353 | | |
357 | 354 | | |
| |||
367 | 364 | | |
368 | 365 | | |
369 | 366 | | |
370 | | - | |
| 367 | + | |
371 | 368 | | |
372 | 369 | | |
373 | | - | |
374 | | - | |
375 | | - | |
376 | | - | |
377 | 370 | | |
378 | | - | |
379 | | - | |
380 | | - | |
| 371 | + | |
381 | 372 | | |
382 | 373 | | |
383 | 374 | | |
| |||
0 commit comments