Tagged Questions
A sheet of information in the form of a table, graph, or diagram.
164
votes
30answers
41k views
JavaScript Chart Library
Would anyone recommend a particular JavaScript charting library - specifically one that doesn't use flash at all?
62
votes
9answers
33k views
Is there a good charting library for iPhone?
I have a need to render and display charts (bar charts for now, but more types may be needed later) in an iPhone app I'm working on. I've done some looking around and it doesn't look like there are ...
47
votes
6answers
14k views
New asp.net charting controls - will they work with MVC (eventually)?
Scott Gu just posted about a new set of charting controls being distributed by the .NET team. They look incredible: ...
47
votes
25answers
9k views
What is your preferred way to produce charts in a Ruby on Rails web application?
I'd like to add some pie, bar and scatter charts to my Ruby on Rails web application. I want want them to be atractive, easy to add and not introduce much overhead.
What charting solution would you ...
40
votes
18answers
16k views
Recommendation for high performance WPF Chart [closed]
We're working on a WPF-based desktop application that charts financial markets information (candlestick charts, overlayed indicator curves, volume, etc). The charts are displayed in real-time with ...
36
votes
9answers
20k views
WPF chart controls
I am looking for a very simple WPF chart which should have a 2D graph and
and should have pan and zoom facilities .
28
votes
22answers
5k views
Beautiful charting/graphing/scientific plotting
Are there any open-source charting libraries (at this point, I don't care what language/platform it's available for) that can produce "really, really, ridiculously good looking" plots, preferably with ...
23
votes
5answers
363 views
What method would be best to build this complex graph
After 15 years doing UI development, there's very little I look at and think, "how on earth do I do that." This is one of those times.
A graphic designer has sold my clients on a very complex ...
22
votes
10answers
23k views
What is the best open-source java charting library? (other than jfreechart) [closed]
Why are there not more opensource easy to use charting libraries for Java?. The only successful opensource project in this area seems to be jfreechart, and it doesn't even have any documentation or ...
21
votes
12answers
22k views
.NET 3.5 chart controls exception: Error executing child request for ChartImg.axd
Anyone getting this error when using the new free chart controls MS bought from Dundas?
"Error executing child request for ChartImg.axd"
On the MSDN forum they suggested it was my web.config:
MSDN ...
20
votes
2answers
735 views
Customizing JavaScript Visualization Toolkit Spacetree Node
I saw many people recommend JavaScript Visualization Toolkit (The JIT) for org chart. I am trying to use SpaceTree of JavaScript InfoVis Toolkit for org chart. The nodes in my org chart is like a ...
16
votes
2answers
5k views
Microsoft Charting, MVC 3 and Razor
Related to This topic I wonder if anyone has made the Microsoft Charting library working with Asp MVC 3 and Razor.
I know about the new chart helper introduced, but since that is very limited that is ...
16
votes
5answers
5k views
JavaScript Charts API: Flot jQuery Plugin OR Google Visualization?
I am looking for a charts library to be displayed on a website. I will use intensively this library (for area, line and bar charts mainly), so I prefer to secure my choice before starting ...
16
votes
15answers
2k views
15
votes
4answers
5k views
jQuery Charting
Can anybody suggest nice cross browser jQuery API plugin for developing Chart application
except like filamentgroup.com.
The API should be customizible.I want to integrate it in ASP.NET. (ofcourse
...
14
votes
12answers
7k views
Graphs/Charts in PHP
I'm trying to find a good Graph drawing library for my PHP application. Currently I am limited to viewing the data in a table which while specific, is a bit ugly.
I require a non-flash system if ...
13
votes
4answers
377 views
Web charting libraries for mobile, our own research
We are looking for a nice javascript-based library for a web charting application we have been asked to do. The charts will be accessible and should actually be nice to interact with via mobile ...
13
votes
9answers
1k views
1 vs 1 vote: calculate ratings (Flickchart.com)
Instead of rating items with grades from 1 to 10, I would like to have 1 vs 1 "fights". Two items are displayed beside each other and you pick the one which you like more. Based on these "fight" ...
13
votes
9answers
17k views
Gantt Chart online
I need to insert a horizontal bar chart in a web page. The thing I have to do is very similar to a Gantt Chart.
I'd like to use a javascript library for the purpose. I tried jsgantt, but actually it ...
12
votes
2answers
450 views
VISIBLOX, WPF: Getting chart points to scroll horizontally?
I'm using the Visiblox WPF API and am having trouble getting the chart points in my line chart to scroll horizontally. Instead of scrolling, the points are get squashed together, in which, this isn't ...
12
votes
4answers
2k views
Suppressing “null device” output with R in batch mode
I have a number of bash scripts which invoke R scripts for plotting things. Something like:
#!/bin/bash
R --vanilla --slave <<RSCRIPT
cat("Plotting $1 to $2\n")
input <- read.table("$1")
...
11
votes
3answers
4k views
Create Excel Charts in Java
I've been using Apache POI to create and modify Excel spreadsheets, but I'm wondering if there is a way (even if it's with a different library, preferably open source) to create charts in Excel in the ...
11
votes
9answers
7k views
Ruby on Rails: What Reporting and/or Charting Tools Are Available?
I'm just starting out with Ruby/Rails and am wondering what Rails developers use to provide reports and/or charts on Rails sites. In ASP.NET I use the tools from DevExpress but I don't know enough ...
11
votes
6answers
2k views
Reasonable optimized chart scaling
I need to make a chart with an optimized y axis maximum value.
The current method I have of making charts simply uses the maximum value of all the graphs, then divides it by ten, and uses that as ...
11
votes
7answers
6k views
Charts in django Web Applications
I want to Embed a chart in a Web Application developed using django.
I have come across Google charts API, ReportLab, PyChart, MatPlotLib and ChartDirector
I want to do it in the server side rather ...
11
votes
14answers
11k views
Recommendations for a google finance-like interactive chart control
I need some sort of interactive chart control for my .NET-based web app. I have some wide XY charts, and the user should be able to interactively scroll and zoom into a specific window on the x axis. ...
11
votes
11answers
10k views
Best graph and diagram toolset for PHP [closed]
What do you think is the best diagram and graphing toolset for PHP that also look good?
I know that there are some open source graphing tools for PHP out there, but they are not really visually ...
11
votes
7answers
8k views
Pie Chart Drawing in PHP
I would like to be able to create a pie chart in PHP. Are there any libraries that will allow me to easily create a pie chart from a list of names and percentages?
10
votes
3answers
1k views
Good Silverlight 4.0 chart / graph component?
I've been using the Silverlight Toolkit but I'm finding the quality lacking; in particular this memory leak / phantom point bug renders the Chart component completely unusable.
Can anyone recommend a ...
10
votes
8answers
828 views
High density Silverlight charting control
I've been looking into Silverlight charting controls to display a large number of samples, (~10,000 data points in five separate series - ~50k points all up).
I have found the existing options ...
10
votes
6answers
4k views
Good javascript library for drawing charts using json
Can you suggest me some of good javascript libraries for drawing charts with json data...
I thought of using Jqplot chart plugin for jquery javascript library...
Some more would be useful...
EDIT:
...
10
votes
6answers
4k views
Financial charts in .NET? Best library to display a live streaming 1-min stock chart?
We are using C# .NET.
We're looking for a method to display live streaming 1-min financial stock charts.
Need:
- Candlesticks
- Zoom/pan
- The chart scrolling in real time as it receives streaming ...
10
votes
11answers
17k views
Display stocks data from Google Finance or Yahoo! Finance
Can I use the Google Finance API to get stock data?
If there is a Flash or Javascript viewer for such stocks data it would be good.
I found some chart components that could be used for the same:
...
10
votes
9answers
5k views
Libraries for pretty charts in SWT?
I know the following libraries for drawing charts in an SWT/Eclipse RCP application:
Eclipse BIRT Chart Engine (Links to an article on how to use it)
JFreeChart
Which other libraries are there for ...
9
votes
4answers
501 views
.NET Venn Diagram Library
Is there an open source or paid .NET library that will create diagrams with two important features:
Create Venn Diagrams
Save the diagrams as images?
9
votes
4answers
35k views
How to draw charts in Android? [closed]
Possible Duplicate:
Any good graphing packages for Android?
I want to draw charts like pie charts to display stats in my Android app. As Android doesn't support Swing and AWT, i wonder how ...
9
votes
2answers
8k views
Change Silverlight Chart Legend Item Layout
I am working on customizing the layout of a Silverlight Toolkit Chart. I have two requirements:
1) Move the Legend area to the bottom of the chart (solved).
2) change the layout of elements within ...
9
votes
17answers
1k views
What cross-browser charting packages are available?
I want to include some charts on my website and I'm looking for a good cross-browser charting package - what are my options?
9
votes
9answers
6k views
Financial Charts / Graphs in Ruby or Python
What are my best options for creating a financial open-high-low-close (OHLC) chart in a high level language like Ruby or Python? While there seem to be a lot of options for graphing, I haven't seen ...
9
votes
6answers
5k views
Svg charting library
Do you know if there's any SVG + js charting library out there similar to http://www.amcharts.com/ (Flash). I need to provide nice looking interactive chart functionality in a browser that does not ...
9
votes
11answers
3k views
What are the best Javascript/Flash frameworks to render graphs or charts from data?
Ideally I'd like to do as little preparation data work on the server as possible. The less I have to do to prep the data from the database to make a given chart, the happier I am and the more view I ...
9
votes
9answers
12k views
Real-time Java graph / chart library?
There was an earlier thread on Java graph or chart library, where JFreeChart was found to be quite good, but, as stated in its FAQ, it's not meant for real-time rendering.
Can anyone recommend a ...
9
votes
7answers
7k views
Can the ZedGraph charting library for .NET be recommended?
I am working on a project for my company, and I need to integrate some graphs of different types and average complexity to C# in the process of studying stock markets. I found this free library on the ...
8
votes
2answers
215 views
Make PDF reports in Perl?
All the PDF libraries for Perl seem a bit barbaric -- stuck in the 1980's. You have to specify PostScript points to do layout. Java has JasperReports, Ruby has Prawn, and Python has ReportLab. Is ...
8
votes
3answers
456 views
What is best way to draw chart with large amounts of data?
What is best way to draw chart on silverlight application ?
I see 2 ways:
draw chart on server side and display
on client
fetch chart data from server and render chart on client
Both ways are ...
8
votes
4answers
663 views
Choosing a charting library in ASP .NET MVC
Hi I'm developing a Web site in ASP MVC and now I have to show statistics and charts. I have been reading some related posts, and in my opinion, the best choices seems to be:
Google chart with a ...
8
votes
2answers
764 views
Can you recommend a charting library for Scala?
I need to plot some 2d (y=f(x)) and 3d (real z=f(x,y), not just 3d-looking) datasets, as well as graphs (directed and not) from my Scala (2.8) application. Currently I am going to output charts data ...
8
votes
9answers
3k views
What good alternatives are there to Google Charts?
I have been experimenting with Google charts. Are there any alternatives that are reasonably as expressive but can be installed locally on your own web server? I don't like the idea of relying on an ...
8
votes
3answers
3k views
How can I implement a stock volume chart using core plot on iPhone?
I'm writing a stock charting application on iPhone using core-plot. What kind of chart should I use to plot the volume chart? Since I will also need to overlay the price charts onto the volume chart, ...
8
votes
3answers
4k views
C#/Excel: Working Around Maximum Series Size On Chart
I need help programatically graphing more points than can fit in a single Excel series.
According to http://office.microsoft.com/en-us/excel/HP100738491033.aspx the maximum number of points ...