Questions tagged [visualize]

Visualize.js is a javascript library that is used to incorporate Jaspersoft reports inside web applications. It comes bundled with the commercial edition of Jaspersoft,

Using Visualize.js, developers can embed interactive HTML5 visualizations or multi-element reports using standard JavaScript. Developers can quickly and easily call backend JasperReports Server services using REST calls for common functions such as user authentication, data connectivity, repository services and more. Visualize.js can enhance the way data is presented to end users within your web application.

For further information see this link Visualize.js - Getting Started

126 questions
1
vote
0 answers

Authorization Error while rendering the Jasper Report

Occasionally getting "Unauthorized Error" when my Base64 encoded token contains a "+" sign (which is a valid Base 64 character) I am using Visualize-JS to render the Jasper report in MVC Boilerplate. To authenticate every request, I am using the pre…
1
vote
0 answers

Formula to be able to Select specific Criteria to return a multiplication value for the blank datss

I am trying to further develop a formula which has condition as below : Choose the desired ID, it will look at the Volume value of the Products of that ID and it will multiply that volume value into the x.Value of the same products with different…
Negar
  • 45
  • 1
  • 4
1
vote
1 answer

Automated formula to select values from a specifid ID and multiply to the rest with the same Name

I am trying to find a way to choose specific ID, have its values read and find all Products with the same name in different IDs and multiply the first ID X.values into a variable of the other products in different IDs. so for example I have data…
Negar
  • 45
  • 1
  • 4
1
vote
2 answers

Ecore/EMF visualization

I need to visualize an instance of an ecore meta-model. I have an existing ecore class diagramm which represents my meta-model. After creating dynamic instances of parts of the model i get an XMI file. I want to visualize that file the same way the…
1
vote
1 answer

Plotting graph search in real time

I am applying a modified DFS and I want my python script to plot the graph that it is traversing in real time, so I can see where the search is happening.I have been finding but can't get anything specific. Is it possible to do this without me…
dhrumil barot
  • 448
  • 2
  • 5
  • 17
1
vote
1 answer

Interpret xgboost model tree image leaf = -0.1

I'm trying to visualize my xgboost model using python plot_tree method. The first few trees end up with a picture showing leaf = -0.1, while some other the rest seem fine. How do I interpret this? Does this mean I use more trees than needed?
Ethan Le
  • 41
  • 6
1
vote
2 answers

How to visulize the convolution layer and feature layer in mxnet after cnn was finished trained?

I want to plot or visualize the result of each layers out from a trained CNN with mxnet in R. Like w´those abstract art from what a nn's each layer can see. But I don't know how. Please somebody help me. One way I can think out is to put the…
1
vote
1 answer

Center visualize.js div content on page

I have been trying to get a report that we have built with jasperreports and rendered via visualize.js to be centered horizontally on a page (regardless of the page or browser dimensions). My current code is: …
Buckwheattb
  • 181
  • 1
  • 2
  • 12
1
vote
0 answers

Require.js javascript file format

I am trying to load a js file through require having structure like the following. Though it is loading and working as expected, I want to ask whether the file format is right to be loaded with require? !function(global){ //js…
jugador
  • 79
  • 7
1
vote
1 answer

Prolog Graph Visualization

I have a Dijkstra code in Prolog which shows me the shortest path. Now I want to visualize the result as a graph. Since I am very new to Prolog I do not know how can I do it. Is Graphviz something which can help? Is there an example that help me to…
Katty
  • 1,707
  • 3
  • 13
  • 18
1
vote
1 answer

Attach vectors to each datapoint

I am having some problems visualizing my data.. It consist of matrix with 3 columns [x y z] each respresenting the position of a datapoint. I have to draw 3 vectors for each data point, These are stored in same manner as the data. How do i plot…
Lamda
  • 914
  • 3
  • 13
  • 39
1
vote
1 answer

Creating a bouncing circle while playing audio

itemCurrently when I hover a HTML element, a song is played. Now, I would like to create a simple circle reacting with that sound (bouncing, or vibrating effect), I just don't know where to look to achieve that kind of stuff maybe plain Javascript…
user990463
  • 439
  • 1
  • 7
  • 27
1
vote
0 answers

Possible to visualize graph from NetworkX layout like "March Madness" bracket?

I'm trying to visualize a tournament directed graph I have in python as a networkx object. Ideally, it would be great if I could visualize it similar to the classic NCAA "March Madness" bracket. The closest I've come so far, is using a dot layout,…
NumericOverflow
  • 899
  • 8
  • 17
1
vote
2 answers

How to visualise the relationship between two nodes in Neo4j using d3.js?

I've wrote a cypher query to show the relationship between two movie nodes: MATCH (m1:Movie)-[r*1..2]-(m2:Movie) where m1.movieID = '1' AND m2.movieID = '2' RETURN r LIMIT 25 It's returns this in the Neo4j browser, and this is exactly what I want…
f7n
  • 1,476
  • 3
  • 22
  • 42
1
vote
0 answers

Jasper Reports with Visualize.js: call to inputcontrols stalls intermittently?

We have a SaaS application running with an AngularJS front end and Jasper Reports integrated using the Visualize.js framework. We are seeing an issue where after the Jasper server has been running for a while, the call to get the input controls will…
J. Clarke
  • 11
  • 1
1 2
3
8 9