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

Rectangle as NodeStyle shape in ete2

I would like to create my own layout for dendrogram in ete2. I have very specific needs to customize the tree node by node (i.e every node has different style etc..) Is it possible to set the shape of node as rectangle (I found circle, square and…
Liis Kolberg
  • 153
  • 12
1
vote
3 answers

Visualisation of sorting algorithms

I'm trying to visualise sorting algorithms using d3.js but i'm kinda stuck. When i try to re draw the graphs by including it the sorting loop. the graph only shows the final value. Same thing happened after using the setInterval function. I have…
rama41222
  • 65
  • 1
  • 7
1
vote
0 answers

Pagination support in visualize.js

I have a question related to pagination in visualize.js I have a report which is rendered using iframe and have top toolbar with pagination and export options (see jasper_iframe.png), sample code below
M. Atif Riaz
  • 492
  • 1
  • 9
  • 22
1
vote
1 answer

Plot a large actual vs. expected data in R

My dataset contains three columns: ID (N= 1000), expected score, and actual score. The score can be 1, 2, 3, or 4. Here is a simulated data ID <- seq(from = 1, to = 1000, by=1) actual <- round(runif(1000, min=1, max=4)) expected <- round(runif(1000,…
user9292
  • 1,125
  • 2
  • 12
  • 25
1
vote
1 answer

R How to visualize this categorical percentage data?

I have the following matrix data, 3 Forms of policies by loss causes in the columns: test=as.data.frame(matrix(c(74,10,4,4,2,6,57,19,4,8,2,10,54,19,6,8,2,11),nrow=3,byrow=T)) names(test) <-…
fika_fika
  • 111
  • 1
  • 10
1
vote
0 answers

Visualizing a XML as a tree

I come to you with a bit of a soft-question that might seem a little odd to some. Currently, I'm trying to show my younger brother how XML documents work. He's not an idiot (or, I like to think he isn't) so he's grasped the basics about elements and…
ViRALiC
  • 1,419
  • 4
  • 18
  • 46
1
vote
1 answer

iPhone visualizing math pattern

I'm toying with an app idea for the iPhone but I don't know where to start or even what to look for in google :) I'd like to visualize math patterns on the iPhone, similar to this http://itunes.apple.com/us/app/patterns-lite/id304565312?mt=8 ... If…
Carl
  • 209
  • 1
  • 3
  • 13
1
vote
2 answers

Making scrollable 'graph' in c# (visualize data)

I'm trying to visualize some data I have in a C# form. I've been thinking of several ways I can do this, but can't figure out what would be the best way in C#. First, let me show an example I made in paint. (source: interstyles.nl) Some ways I…
wvl_kszen
  • 183
  • 1
  • 10
1
vote
1 answer

export tortoise hg version control data to excel to visualize development process

I am working on a game development project with Unity3D using TortoiseHg to track our files. We are nearing the end of development and we would like to prepare a deliverable that displays our development data in a nice info-graphic, like this image…
1
vote
1 answer

how to visualize a lot of entities in diagram?

I am using ObjectAid UML as eclipse plugin, then I generate entities diagram from my project, there are a lot of relationships which is nested between each other and it looks like a mess. I need a good solution to visualize about 60~ entities in my…
user3252538
  • 110
  • 1
  • 9
1
vote
1 answer

Plotting images but holding visualization until instruction in R

I want to load two jpeg images in R consecutively but they are quite large (4000X3000 pixels) So simply doing library(biOps) x <- readJpeg("image.jpg") plot(x) Takes a while. When the first image is displayed the user would have to fill in some…
JEquihua
  • 1,217
  • 3
  • 20
  • 40
1
vote
0 answers

Store nodes separately from edges when representing directed graphs in JSON to visualize in d3.js?

Should I store links separately from nodes, or should they be node properties? Since nodes "have" edges, it seems like I should structure the data that way: {"nodes":[{"name":"Homepage", "links":[{"name":"002","value":"1"}]}, …
Thalecress
  • 3,231
  • 9
  • 35
  • 47
1
vote
2 answers

Program to visualize logic flow

I work in an enterprise system and we just received an old COBOL file full of business rules. It's a large collection of IF ELSE statements that assign a value to a variable. Is there a program where I can enter all these IF ELSE logic statements…
user1073616
0
votes
1 answer

Viewing reports on the web

I basicly want to view a report on the web. Im using Reporting Services 2008. Also good to know is that In the report I want to view you set Multiplevalued parameters. I want to have the report viewed so that the user themselves sets these…
Martin
0
votes
1 answer

how to change charts colors in slate admin?

I'm using slate admin and I display some charts and it works pretty well but I would like to change colors of these charts (they aren't different enough). Where are these colors configured? Is it possible to do it with a javascript call? Thanks!
Alexis
  • 16,629
  • 17
  • 62
  • 107
1 2 3
8 9