trashhalo / logseq-graph-analysis

learn more about the relationships between between your notes using network analysis algorithms
GNU General Public License v3.0
146 stars 13 forks source link

Add control of graph gravity #34

Closed mrparalon closed 1 year ago

mrparalon commented 1 year ago

I'm working on issue 25

I branched out from live-updates branch, because

  1. It works faster
  2. I didn't managed to deal with Promise graph in storage on main

In this draft control for gravity works. But for some reasons it graph bounces back to initial state. I can't figure it out.

@trashhalo Could you please give me a hint where to dig?

P.S Maybe you merge live updates? I see no downsides here

mrparalon commented 1 year ago

I figured everything out, it working now. @trashhalo could you review it pls?

trashhalo commented 1 year ago

@mrparalon do I need to merge the other one too? or are these seperate?

mrparalon commented 1 year ago

Those are separate.

This one add gravity and other visualisation settings.

This fix analitycs visualisations in live-updates branch.

Both of them a branched from live-updates, not from master. So maybe it will worth to merge this too

trashhalo commented 1 year ago

merged into https://github.com/trashhalo/logseq-graph-analysis/pull/36