Marc Grunberg
Marc Grunberg
there is one (currently version 3.9.3.0_4) : `brew install gnuradio` more info at : [https://wiki.gnuradio.org/index.php/InstallingGR](https://wiki.gnuradio.org/index.php/InstallingGR)
I don't have anymore the d3js error. Thanks ! But it seems there is a missing refresh on data, when : - I change the data_url, - the new time...
considering the case before - the new time period have some domain in common with the previous one (let's say the calendar does not move or just slide of one...
I have finally found way to make it works. First I have to set in my code : ``` cal.options.data = data_url; cal.jumpTo(start_date, /*reset*/ true); cal.update((data_url, /*afterLoad*/false); ``` I really...
as far as I can see, no side effects. - navigation is ok - initial call of calendar is fine (`var cal = new CalHeatMap();`)