Skip to content

Commit dabf307

Browse files
committed
Add more Endpoint Visuals
1 parent 2c5386d commit dabf307

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

postman/collections/PyPNM.postman_collection.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7420,8 +7420,8 @@
74207420
" }\r",
74217421
"\r",
74227422
" var TUNING = {\r",
7423-
" ALIGNED_CHART_HEIGHT: 150,\r",
7424-
" CHANNEL_CHART_HEIGHT: 130,\r",
7423+
" ALIGNED_CHART_HEIGHT: 240,\r",
7424+
" CHANNEL_CHART_HEIGHT: 220,\r",
74257425
" MAX_POINTS_PER_CHANNEL: 240,\r",
74267426
" MAX_POINTS_ALIGNED: 260,\r",
74277427
" CHANNEL_Y_TICKS: 4,\r",
@@ -7442,7 +7442,7 @@
74427442
" function commonLineOptions(yLabel, maxYTicks) {\r",
74437443
" return {\r",
74447444
" responsive: true,\r",
7445-
" maintainAspectRatio: true,\r",
7445+
" maintainAspectRatio: false,\r",
74467446
" legend: { display: true, position: 'bottom', labels: { fontColor: labelColor } },\r",
74477447
" tooltips: { mode: 'index', intersect: false },\r",
74487448
" hover: { mode: 'nearest', intersect: false },\r",

0 commit comments

Comments
 (0)