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

How to match content in json response in Postman?

Been trying to figure how to get regex working in Postman, but can't seem to zone in on what I'm doing wrong. Sample: { "start": 0, "end": 8, "status": "SUCCESS", "total": 9, "spam_count": 0, "newsletter_count": 9, …
2
votes
3 answers

Kafka consumer lag monitoring visualization

I'm new to Kafka. During study to kafka, I think monitoring consumer's lag is needed. When I search from google and docs, I found few ways. Kafka - Prometheus - graphana kafka - burrow - someDB - graphana kafka - burrow_stat?(I can't understand…
BigJ
  • 21
  • 2
2
votes
1 answer

visualize.js functionality for embedding report not working in cordova app

I'm embedding a simple server report in UI using Jaspersoft's javascript API visualize.js script. For the web view I'm facing no issues. I have attached the image showing successful display. Web-View Now for the same code, on running as cordova…
Hina Dawood
  • 3,201
  • 2
  • 10
  • 8
2
votes
2 answers

Simple to use, non-invasive JavaScript Call Stack Visualiser?

Can anyone recommend a graphical call stack visualiser for JavaScript, that I can install on a Linux box (or is OS neutral)? Preferably one that doesn't involve having to modify the JavaScript being profiled. I'm after something similar to the…
Richard Turner
  • 12,506
  • 6
  • 36
  • 37
2
votes
2 answers

How to visualize NHibernate hbm.xml files

Are there any tools or clever methods for me to I visualize the contents of NHibernation hbm.xml files? I would like to load hbm files into a designer and see them as entities with relations
user375049
  • 277
  • 6
  • 16
2
votes
3 answers

opencv how to visualize a non-rectangular region (roi) in a performant way

I have an image (cv::Mat) and a ROI that can be seen as a mask. I want to show the original image with the ROI blended over it. My mask is smaller than my origiginal image: each element represents a block in the image. Suppose my mask is this (note…
Chris Maes
  • 35,025
  • 12
  • 111
  • 136
1
vote
0 answers

why is the minimum value is 18K but my original data has maximum value 12K

my data has a maximum value of 12K but when i visualize the data it says that the minmum value is 18K which is WRONG the problem is with the A(s) variable this is the code in python date CLEARANCE PERMITS INSPECTION Facilities licenses …
kjnk
  • 19
  • 3
1
vote
0 answers

JasperSoft visualize.js auth performs GET - password in Query String

I'm just starting with Visualize.js to embedd jasper reports in a web page. The first hurdle I ran into was authenticating to the server. It kept failing with "Authentication Error" Okay, double check password, still no worky. After tracking the…
slambeth
  • 887
  • 5
  • 17
1
vote
0 answers

Is there a possibility to visualize intermediate layers in Keras?

I am using the DenseNet121 CNN in the Keras library and I would like to visualize the features maps when I predict images. I know that is possible with CNN we have made on our own. Is it the same thing for models available in Keras like DenseNet?
anthonya
  • 565
  • 2
  • 6
  • 15
1
vote
0 answers

keras can't visualize none embedding layer use tensorboar projector

i try to visualize a classification program using Keras.callbacks.tensorboard. the method has arguments like embeddings_freq\embeddings_layer_names\embeddings_data. i assign the last FC layer to embedding_layer_names. And it doesn't work. throwed…
1
vote
0 answers

Enable report sorting but disable stable sort

Jaspersoft reports allow for stable sorting. You can sort by column a, then column b. Is there a way to enable sorting, but disable stable / multi column sorting either at the report level or the Visualize.js level?
Hoppe
  • 6,508
  • 17
  • 60
  • 114
1
vote
1 answer

Plotly X Axis Intervals

I need to create plot with plotly but I want to determine x axis breaks intervals myself. I need someting like this. I searched a lot and couldn't find an answer. Thanks for helping.
1
vote
1 answer

Chainerui via internet

I'm developing my deep learning program on the Google Cloud Platform (GCP) and want to visualize the results using chainerui, but it's not been successful yet. Has anybody suceeded in it? Since I login to GCP from my Windows computer at home via…
T.Y
  • 11
  • 2
1
vote
2 answers

include jquery charts into pdf

i use tcpdf for pdf generation in php. http://www.tcpdf.org/examples.php i use a javascript / jquery framwork / plugin to display some charts. (f.e.…
Email
  • 2,395
  • 3
  • 35
  • 63
1
vote
1 answer

visualize numerical strings as a matrixed heatmap

I'm trying to visualize a matrix of numerical strings, as a heatmap Take this example, of 36 element length "History" numerical strings, and, say I have 6 rows (i actually have 500 rows). I want to visualize a heat map of a matrix of 6x36 "pixels or…
nerdlyfe
  • 487
  • 7
  • 21
1
2
3
8 9