Opam_graph: Todo-comment for a more useful sharing-coloring, excluding 'ocaml' + 'dune' from max-value calc
This commit is contained in:
parent
0668da34bf
commit
1f3513e1ee
1 changed files with 3 additions and 0 deletions
|
@ -774,6 +774,9 @@ svg {
|
|||
let make_deps_sharing_css (sharing_stats:assoc_stats) =
|
||||
let max_count =
|
||||
SMap.fold
|
||||
(*> todo: exclude a certain set of pkgs from being taken into consideration here
|
||||
.. and remember to limit their following pct-count too
|
||||
*)
|
||||
(fun _pkg count max_count -> Int.max max_count count)
|
||||
sharing_stats 0
|
||||
|> float
|
||||
|
|
Loading…
Reference in a new issue