Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
107 views

Convert absolute values to ranges for charting in R

Warning: still new to R. I'm trying to construct some charts (specifically, a bubble chart) in R that shows political donations to a campaign. The idea is that the x-axis will show the amount of ...
1
vote
1answer
45 views

Bubbles Graph \ injecting pictures insead of bubbles

I'm looking for a graph API (open source or to buy) - that enables to draw bubbles graph from input data - but the twist is that I want the bubbles to be pictures (gif,JPEG etc.) that I'll inject ...
1
vote
1answer
47 views

SSRS BIDS 2008 Bubble chart - bubble legend size

Does anyone know how to make the bubble chart legend (pictured) bigger? Not the text, but the actual bubble's that are so small you can barely see them.
1
vote
2answers
62 views

SSRS BIDS 2008 Bubble chart - Bubble placement

Is it possible to decide where the bubbles on a bubble diagram are placed, the placement seems random and some bubbles have overlapping when there is plenty of space elsewhere?
0
votes
0answers
32 views

Is there a way to randomize the locations of circles in a protovis Pack?

Working with protovis for the first time. I've got a decent bubblechart going, and I'd like to figure out how to randomize the location of the bubbles. The pv.Layout.Pack documentation contains this ...
0
votes
0answers
12 views

WPF Toolkit BubbleSeries : How to keep the ratio of Y Axis and Bubble size 1:1?

WPF Toolkit BubbleSeries : How to keep the ratio of Y Axis and Bubble size 1:1? Detail: If my Y axis is 1,2,3,4,5,6,...,10 and my bubble size (SizeValueBinding) is 3, DependentValueBinding is 4, ...
0
votes
1answer
62 views

SSRS BIDS 2008 Bubble chart - Bubble size range

I have a bubble chart in SSRS BIDS 2008. Is it possible to set ranges for example: 10-50 = bubble size 10, 51-100 = bubble size 20, etc, etc.... I have set the BubbleMaxSize and BubbleMinSize ...
0
votes
3answers
346 views

Animated bubble chart in Flex 3/ Flex 4

I want to draw a animated bubble chart in Flex 3 / Flex 4 like the link below http://devdata.worldbank.org/DataVisualizer/ Does anyone know if this made using a readymade component or is custom ...
0
votes
0answers
134 views

Prevent Flex 4 Bubble Charts Items from overlaping

I've a bubble chart in Flex 4, that displays about 20 items. In a menu, the user can select wich field from a serie will be the X-field, Y-field and Radius-field. My problem is: in some cases, the ...
0
votes
1answer
98 views

Flex Bubblechart problem with maxradius

Using Flash builder to create a Flex4 project and the minradius amd maxradius properties have no effect on size of bubbles. Sample data from a larger set is shown below <mx:Script><![CDATA[ ...