Skip to content

Commit

Permalink
tweak appearance
Browse files Browse the repository at this point in the history
  • Loading branch information
kentquirk committed Oct 21, 2024
1 parent 6128421 commit b566846
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/straws/sketch.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function restart() {
{direction: 'input', type: 'OtelTraces', label: 'Input', col: inputCol},
{direction: 'output', type: 'OtelTraces', label: 'Kept', col: outputCol},
{direction: 'output', type: 'OtelTraces', label: 'Dropped', col: outputCol}
], 150, 100, color(192, 192, 255));
], 170, 120, color(192, 222, 255));
k.addProperty('TPS', 100);
k.addProperty('KeyFields', 'key1, key2, key3');
k = addComponentKind('HoneycombExporter', [
Expand Down
2 changes: 1 addition & 1 deletion p5/straws/sketch.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function restart() {
{direction: 'input', type: 'OtelTraces', label: 'Input', col: inputCol},
{direction: 'output', type: 'OtelTraces', label: 'Kept', col: outputCol},
{direction: 'output', type: 'OtelTraces', label: 'Dropped', col: outputCol}
], 150, 100, color(192, 192, 255));
], 170, 120, color(192, 222, 255));
k.addProperty('TPS', 100);
k.addProperty('KeyFields', 'key1, key2, key3');
k = addComponentKind('HoneycombExporter', [
Expand Down

0 comments on commit b566846

Please sign in to comment.