BALKANGraph / OrgChartJS

OrgChart JS is a simple, flexible and highly customizable organization chart plugin for presenting the structure of your organization and the relationships in an elegant way.
https://balkan.app/orgchartjs
247 stars 84 forks source link

A lot of network call and data stored in localStorage #834

Closed andreatricoli closed 3 months ago

andreatricoli commented 3 months ago

Hi everyone,

1) I noticed that the first time the orgchart is loaded it call a lot of time the api OrgChartJS in GET and in POST. Why? How can i solve it?

network

2) I noticed that every time the server send me a new nodes list, org chart create a new entry in localStorage? why? can i disable this behaviour?

localStorage

thank you very much

ZornitsaPesheva commented 3 months ago

This is the way the trial version works. In the licensed version you will not have these calls and by default it will not write anything in the localStorage.