Skip to content

Commit

Permalink
chore(sankey): update scaling and description
Browse files Browse the repository at this point in the history
  • Loading branch information
zieka committed Nov 18, 2023
1 parent faddce2 commit aad3949
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,7 @@
"fig.update_layout(\n",
" title_text=\"Recipes that made changes\",\n",
" font_size=10,\n",
" # height=max(len(all_nodes)*15, 400),\n",
" width=800,\n",
" height=800,\n",
" height=max(len(all_nodes)*15, 400),\n",
")\n",
"\n",
"fig.show()"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: >
Reading left to right, the diagram shows the number of source files that cumulatively are changed by all recipes that are connected by successive doNext() chaining. The rightmost recipes are the "leaves" of this operation, i.e. the lowest level operations performed by a composite recipe. \
The Sankey diagram will be uninteresting for a recipe that isn't a composite.
**The Sankey diagram will be uninteresting for a recipe that isn't a composite.**
recipe: '*'
dataTable: org.openrewrite.table.SourcesFileResults
options:
Expand Down

0 comments on commit aad3949

Please sign in to comment.