Questions tagged [bubble-chart]

Bubble chart is a kind of graph where we can plot 3 values. One value in X-axis, one in Y-axis and 3rd one is shown using the diameter of the bubble. It is much similar like a table where the values are represented with the bubbles' diameters.

478 questions
2
votes
1 answer

How to display Formatted value in bubble chart using iccube reporting v6?

Using V6 reporting, I created a bubble chart with simple percentage values. I'm able to format the axis values using it's "format" property. But in the Bubble tooltip, the value is still raw value... Is there a way to show the Formatted value…
2
votes
1 answer

How to add tangents to bubbles

I am building a very simple bubble chart with just 2 observations. I would like to add a tanget to each bubble to add the labels later. The point of contact should be at the top or bottom of each bubble. Example: library("ggplot2") df <-…
chamaoskurumi
  • 2,271
  • 2
  • 23
  • 30
2
votes
1 answer

How to change bubble size in BubbleChart javafx

I'm writing a javafx program that is supposed to show a BubbleChart for analysis of companies. On the y axis last year revenues are displayed and on the x axis the number of market segments that the company operates in is displayed. The radius of…
ekstroom
  • 107
  • 1
  • 7
2
votes
1 answer

Highcharts - Bubble chart - Proportional bubbles

I'm producing Highcharts bubble charts based on user selected data. I'd have expected the bubbles on the charts to be proportionally sized to each other (i.e. the bubble for a '2' is consistent through multilpe charts) however, it seems to be based…
Pat Dobson
  • 3,249
  • 2
  • 19
  • 32
2
votes
2 answers

Display informations about a bubble chart D3.js in AngularJS

I am searching how to display information about a bubble D3.js in AngularJS. I can show an alert with the desired information but I can't display informations on the page with AngularJS because I have no access to the $scope because my graphe is in…
2
votes
1 answer

Gradually increment the opacity

I would like to increment gradually the opacity of my circle in D3.js. I have two problems, the first is even if I put a static opacity, my circles doesn't appears. The second is I don't know how to have a clean method to have a gradually apparition…
Anonymous
  • 468
  • 5
  • 26
2
votes
2 answers

Bubble Chart Title and Colors

In the following bubble chart, how can I: Randomize the color of each bubble Adjust the title (maybe upper) so it will not overlap with the graph tag on the far up left corner. Here is my output: Here is my code: import matplotlib.pyplot as…
Harry
  • 35
  • 1
  • 4
2
votes
1 answer

Make a bubble chart in ionic framework (with highcharts-ng?)

I am programming an app using Ionic and I need to show charts. For one of them I wanted to try a bubble chart, but I can't seem to find how to do it using highcharts-ng. I know the original library Highcharts has the bubble chart but I can't seem to…
Lyra
  • 301
  • 1
  • 4
  • 19
2
votes
3 answers

Creating single tooltip for multiple elements

I have created a bubble chart using d3js and have added Extjs tooltip to it. In doing so, I have created separate tooltip for each of the circles in the bubble chart. There is a noticeable delay in display of the tooltip when I move the mouse…
salsa111
  • 171
  • 1
  • 15
2
votes
2 answers

Bubble highlight feature in d3js bubble chart

In the d3js bubble chart shown in the following link : http://www.nytimes.com/interactive/2012/09/06/us/politics/convention-word-counts.html?_r=0#! the bubble gets highlighted when it is clicked . I want to implement that feature in my d3js bubble…
salsa111
  • 171
  • 1
  • 15
2
votes
1 answer

Flot Bubbles Plugin - Bubble Size

I am using the Bubbles plugin with the Flot charting library for JQuery. The data I have is dynamic and can be quite varied within the X, Y, and Z values. The main issue I am having is the size of the bubbles. If the X and Y values are somewhat…
user1035760
  • 75
  • 1
  • 6
2
votes
1 answer

Creating Text inside Bubble of JavaFX BubbleChart

I have a JavaFX BubbleChart in my visualization and I need to be able to create/display text within each bubble of the chart. In my visualization, I have numerous XYChart.Series with only 1 bubble per series. For each series, I do…
2
votes
1 answer

Google bubble charts: how to use explorer + animation

i'm trying to add an animation to my bubble chart, but if I add it the explorer function stops working. javascript: