Tagged Questions
5
votes
4answers
2k views
How can I get Google Charts to display multiple colors in a scatter chart?
I would like to display multiple colors (and potentially shapes and sizes) of data points in a Google Chart scatter chart. Does anyone have an example of how to do so?
Thanks,
Kent Beck
1
vote
0answers
89 views
What is the performance limitation of a javafx scatter plot?
Can anyone tell me how many points a JavaFX scatter chart can display? The charts can be seen here.
The charts look great, but just wondering about performance.
Someone correct me if I'm wrong, but ...
0
votes
1answer
89 views
It's possible to have line charts with irregular data series (not time series) in javascript / html5? Are there libraries for that?
I need a javascript (HTML4/5) based library to draw a line chart that has irregular data (and one or more series).
Here is an example:
x-axis = [1, 2, 3, 4, 5, 6, 7, 8]
series1 (y-axis) = [6, 10, ...
0
votes
0answers
111 views
Google Scatter Chart Input Data limit
I am using Google Scatter chart to display some data points. plotting around 120 data points( 120 x, 120 y coordinates so total 240) works fine. However, the moment I give it one more tuple (x,y), I ...
0
votes
0answers
60 views
How to display a simple zoomable/scrollable scatter map on web (see the map example)?
All,
Just got stuck with a simple (?) problem. I need to display a zoomable/scrollable map on web:
The map example
The thing is that the map could be much bigger and have way more points in it.
...