tracevis icon indicating copy to clipboard operation
tracevis copied to clipboard

Feature: follow up of adding legend

Open xhdix opened this issue 2 years ago • 1 comments

follow-up of #62

maybe we need:

  • add edges details
  • be able to turn it off
  • be able to use pyvis' template
  • ?

xhdix avatar Jun 15 '22 10:06 xhdix

About the changes in #62 now we have two identical templates which one of them is always used, the templates difference is some JS and CSS codes,

  • For consistency reasons it will be better to merge these two into one template and use a template variable to add additional codes
  • It also can be a good idea to have some other output types (multi-selectable by user), e.g. dotfile, SVG, png, pdf, ps, ...
  • as a dotfile is a good common file format between graph analysis softwares it is better to make this type the bridge between other types (so we can have more options for generation, analysis and conversion of output types - e.g. we can use Graphvis or even Latex)

RYNEQ avatar Jun 20 '22 20:06 RYNEQ