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
0
votes
1 answer

JasperReport Server Visualize.js - Embedding the report designer

I am using visualize.js and JasperReports Server Pro version. Using visualize it pretty straight forward to embed the report which is already designed and stored in the repository. But is there a way to embed the report designer component using the…
Mr767267
  • 1,008
  • 2
  • 11
  • 18
0
votes
1 answer

Chart not visible while creating report using Visualize.js

I am using visualize.js to render jasper reports, am getting report with images but its not showing the charts. Given below is my code visualize({ server:"http://************/reportservice", auth:{ name:"*****", password:"****" …
Anoop LL
  • 1,548
  • 2
  • 21
  • 32
0
votes
2 answers

Angular scope not updating in after JQuery call

I am using jasper reports in my angular based website. Jasper report's visualize.js includes jQuery. When i load a report i update a value in my scope $scope.reportLoaded = true but is not being updated in the page {{reportLoaded}} //false I guess…
user3009752
  • 164
  • 2
  • 9
  • 24
0
votes
4 answers

Token based authentication to Jasper reports failing when used with visualize.js

I am using Jasper 6.1 and configured my server to allow token based authentication. It works fine when i use token to login from browser. With the valid token, I am able to get into the system without entering username and password. Now, I am…
Dharmveer Jain
  • 121
  • 2
  • 11
0
votes
1 answer

JasperReports Server: How to fix error if no data available in report?

I have created a report in Jaspersoft Studio with Domain as Datasource and some parameters (fromDate and toDate) to make my report dynamic based on DATE criteria and published in JasperReports Server which works fine - If data is there report loads…
keviveks
  • 320
  • 1
  • 3
  • 17
0
votes
1 answer

updating variable when passed into visualizejs method angularjs

So what I want to do is show my loading directive when I clicked the generate button and hide the loading directive when the report is completed. Since visualize.js has a "reportCompleted" event I updated my fetching variable their as false to hide…
Monece Solis
  • 683
  • 2
  • 6
  • 23
0
votes
1 answer

Visualizing K-Means Results

I performed K-means clustering using java.ml library in java. The program runs and returns to me some results. However I am having trouble visualizing my results, be it graphically or otherwise. Below is the results of running Kmeans ( with 3…
Sam
  • 1
0
votes
0 answers

Null properties on vertices after creating GraphJung from Neo4jGraph graph

I am having a strange problem while trying to visualize a Neo4jGraph in Java. I create a GraphJung graphjung object and try to access Vertex an Edge properties defined previously. Even though Edge labels can be retrieved correctly, Vertices seem to…
0
votes
1 answer

Visualize a variable in Flash

Hi I'm using action scrit 3 and I need to visualize on the movie that I'm making one data stored on an integer variable. What I want to do is something similar to "trace" in flash but in the movie that I'm making. The definition for the variable…
0
votes
2 answers

How to visualize neo4j embedded database within a panel?

I have developed a piece of software that creates an embedded graph database. I was wondering whether I can use a special feature to visualize it within my program without opening other tools. I am developing my software in JAVA using eclipse and…
QGA
  • 3,114
  • 7
  • 39
  • 62
0
votes
2 answers

Heat map style visualize of index values

I want to visualize/plot data with a color scale represents the value in the GIC.Fish and GIC. Zoop columns by Dive.Number. This is somewhat like a correlation matrix or heat map, except that the Fish and Zoop values are not related to one another,…
akbreezo
  • 115
  • 1
  • 1
  • 10
0
votes
0 answers

Visualize the methodcalls in a java project

I'm currently working on a java-project, consisting of code I didn't write myself. Now I have to figure out how the code works. So I was wondering if there are any programs/addons that show which methods are called over time, or that show the…
Lonefish
  • 647
  • 2
  • 11
  • 32
0
votes
1 answer

Ignore Table columns in JQuery visualize

I'm trying to get some charts from tables using Jquery Visualize from here : http://filamentgroup.com/lab/update_to_jquery_visualize_accessible_charts_with_html5_from_designing_with/ For some reason, I can't get it to display the chart legend/key…
Chris Spalton
  • 145
  • 3
  • 17
-1
votes
2 answers

R programming -

I'm looking for a way to transform this data df <- tribble( ~lp, ~`2017`, ~`2018`, ~`2019`, ~`2020`, ~Bank, 1, 3.6, 11.3, 9.7, 12.5, "SANPL", 2, 5.5, 3.6, 6.6, 4.6, "MBANK", 3, 6.5, 14.4, 11.6, 13.7, "INGBSK", 4, 7.1, 11.1, 15.7, 12.7,…
-1
votes
1 answer

Weka visualize Clustering result

I have two arff files and I did K-Means clustering and take result of them. But I want to visualize on code with anything related Java them like Weka UI.(It's like a matplotlib in Python.). Is there anything will help on Weka or Java ?
Oekinci
  • 17
  • 6
1 2 3
8
9