ADaudelor

Results 10 comments of ADaudelor

I have the same issue too. I'm using Nextcloud Office with an "Integrated CODE Server" with the following version : * Nextcloud : 23.0.4 * Nextcloud Office : 5.0.5 *...

Few more test today : * Dataviz filter works fine in the main dataviz panel * But still not in the parents popup See below : * On the right...

Problem seems situated inside **buildHtmlPlot** function of dataviz.js file In this function the **id** args is not the same between _dataviz panel plots_ ( id value here start with "dataviz_plot_")...

Indeed it's working fine in a Javascript Script !! (At the ticket opening Direction of a pie chart was not a parameter accessible in json layout of a plot) However...

> It is a little bit different with popups, here is a quick hack to get the idea: > > ```js > lizMap.events.on({ > lizmappopupdisplayed: () => { > //...

Yes I confirm issue still here on Lizmap 3.6.7 I will share you URL privately.

> Maybe there are multiple points with the same location in your dataset and they have different category? (visualization of overlapping points should be handled differently) I checked, there is...

I am interested too. Filters to be used in dashboards

Hi, I had this problem too with background_selector script To solved it I add the code below at line 29 of the JS file. `lizMap.mainLizmap.state.baseLayers.selectedBaseLayerName = nextbl_val;` I'm not really...