DeepSeeWeb icon indicating copy to clipboard operation
DeepSeeWeb copied to clipboard

Renderer for DeepSee Dashboards in Browser with MDX2JSON as a Serverside and JS web-client

Results 114 DeepSeeWeb issues
Sort by recently updated
recently updated
newest added

https://apexcharts.com/ if we could have the settings option what widget to choose. First let's try for pie charts?

I have a dashboard with a bar chart where one of the bars is for null values. In DeepSee User Portal, this bar is labeled with "". In DeepSeeWeb it...

Example https://openexchange.intersystems.com/package/iris4health-fhir-analytics It works in DeepSee Zen and doesn't work in DSW

Heatmap sample code when using Leaflet library (https://leafletjs.com/): ``` this._mapObject = L.map(mapDiv).setView([38.845210, 24.333653], 7); L.tileLayer('https://b.tile.openstreetmap.org/{z}/{x}/{y}.png', { attribution: 'Map data © OpenStreetMap contributors, CC-BY-SA', maxZoom: 18 } ).addTo(this._mapObject); this._markerData[this._markerData.length] = [lat1,...

If a control has action "setDataSource", DeepSeeWeb doesn't render it. For example, if these two controls are added to a widget only the second one gets displayed. ``` false false...

In DSW 1.4.51: ![image](https://user-images.githubusercontent.com/13035460/70026440-e0502e80-15b0-11ea-9262-d38f9f5fd2a8.png) After replacing DSW static files in /csp/dsw there is no popup window any more when I click a polygon. (I cannot migrate to DSW 2.x because...