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

Highcharts bubble graph, custom marker

I have a bubble series that I want to use one point in one series as a custom marker. The marker could be a star rendered based on the SVG implementation of HighCharts (5 point-star), or a URL…
mshaffer
  • 959
  • 1
  • 9
  • 19
0
votes
1 answer

Highcharts bubble graph - Custom Tooltip with Error bar (either horizontal or vertical)

I have setup a time-series bubble chart. http://jsfiddle.net/mshaffer/kLk22j37/ The elements will be of 3 types: P, A, B. data: [ { x: Date.UTC(1990,1,1), y: .63, z: 1.2, name: 'P', patent: {docid:07654321, vecsim: .63, title:'My…
mshaffer
  • 959
  • 1
  • 9
  • 19
0
votes
1 answer

How to name all circle in bubble chart in R

Dear Friends, Hi. I have a script of R that must shows some enriched GO terms of REVIGO web-tool same as a bubble graph. all the bubbles must have their "names" same as Figure 3 in this Nature article. But when I run my R script (that is exported…
Farbod
  • 67
  • 3
  • 12
0
votes
1 answer

Google Bubble Chart Labels

I've created a google bubble chart, and am struggling with re-positioning the labels. Bubble Chart I'm looking to re-position the labels so that they are not overlapping the bubbles. I would welcome any suggestions, and also any advice as to how I…
0
votes
1 answer

Seach website for phrase in R

I'd like to understand what applications of machine learning are being developed by the US federal government. The federal government maintains the website FedBizOps that contains contracts. The web site can be searched for a phrase, e.g. "machine…
user974465
0
votes
1 answer

Manually changing the size of the Bubbles for Plotly Bubble Map in R

I am currently trying to change the sizes of the Bubbles for Plotly's bubble map manually. I was successful in changing the colors of the map using the data provided but I am unable to use the same logic to change the size. To change the colors I…
aselvendran
  • 105
  • 2
  • 9
0
votes
1 answer

How to feed json object data into D3 charts(eg bubble chart, bar chart) in place of .JSON files?

I have the json object in a js file(eg MyFirstMashup.js) and I have copied the script for bubble chart in the same js file. In all the examples avaliable on the web, they have used json files eg. flare.json, xyz.tsv etc. I cannot afford to have…
0
votes
1 answer

How to combine bar chart and bubble chart in Google chart

I am trying to make a Column chart which is a combination of bar chart and bubble chart. I already have one column chart with bar chart and line chart, I want to change the line as a bubble. My current chart screenshot is below. Please check. I want…
Preethy
  • 722
  • 2
  • 10
  • 27
0
votes
0 answers

Integrate playAxis in custom written bubble charts

I am using the slider for making the bubble chart in motion. Can we Integrate Power View PlayAxis in our Bubble charts using java script.
0
votes
1 answer

highchart bubble chart dynamic- json format

need to have json format for bubble chart. data came from database in json format. there is some issue in json format i use. heres my code and json format $(function() { $.getJSON("scatter.json", function(json3) { var chart; chart = new…
Anil Saini
  • 61
  • 1
  • 3
0
votes
1 answer

Filtering the d3 bubble chart as we type

I am trying to filter the bubble chart as we type into a text box. With every keystroke that we type, the bubble chart should be updated with the nodes whose name value matches the expression typed so far. This is what I am trying, but it doesn't…
aakashgupta.0205
  • 647
  • 1
  • 8
  • 23
0
votes
0 answers

download as csv not downloading all the axis in high chart

I have a bubble chart,created in high chart. with three dimension. x-Axis , yAxis and zAxis(size of bubble) when I am downloading the data its just giving me first circle xAxis and all other circle yAxis and zAxis. here is the sample data i…
Saurabh Sinha
  • 1,772
  • 4
  • 27
  • 54
0
votes
0 answers

Grouping of the bubble chart

This is the working fiddle of the bubble chart - fiddle I want to perform grouping into 5 classes based on the "size" values in flare.json file given in the fiddle.Example - 100-5000 //all the size values between 100-5000 should be in this…
Isha
  • 62
  • 1
  • 8
0
votes
1 answer

Background image to bubble chart

I would like to add a background image for each circle of my bubble chart. I already read some solutions on different subject but it doesn't solve my problem. All the other style are correctly added but not the background-image style. …
Anonymous
  • 468
  • 5
  • 26
0
votes
1 answer

Google bubble chart on data change error

I am using Google's BubbleChart using directive 'https://github.com/angular-google-chart/angular-google-chart' Whenever i try changing the data in controller or resize the window the chart gives and error Cannot read property 'clone' of undefined I…
Alex
  • 457
  • 3
  • 16