A sheet of information in the form of a table, graph, or diagram.

learn more… | top users | synonyms (2)

96
votes
9answers
48k views

Is there a good charting library for iPhone? [closed]

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 ...
72
votes
13answers
52k 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 .
67
votes
28answers
16k 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 ...
62
votes
6answers
19k 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: ...
46
votes
10answers
56k 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 ...
36
votes
5answers
3k 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 ...
33
votes
21answers
9k views

Beautiful charting/graphing/scientific plotting [closed]

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 ...
30
votes
3answers
13k 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 ...
28
votes
5answers
17k 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 ...
28
votes
3answers
94k views

How to draw charts in Android? [duplicate]

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 ...
28
votes
6answers
10k 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 ...
27
votes
11answers
32k 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 ...
26
votes
5answers
614 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 ...
25
votes
1answer
9k views

PHP MYSQL Google Chart JSON Complete Example

I have searched a lot to find a good example for generating Google chart by using Mysql table data. I have searched couple of days and i came to know that there are few examples available for ...
22
votes
9answers
18k 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 ...
18
votes
15answers
24k views

Graphs/Charts in PHP [closed]

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 ...
18
votes
11answers
26k 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 ...
18
votes
3answers
23k views

How do you plot bar charts in gnuplot?

How do you plot bar charts in gnuplot with text labels? (Sorry - I'm answering my own question here - as it suggest in the first entry of the faq)
18
votes
4answers
4k 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") ...
17
votes
11answers
21k 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 ...
17
votes
6answers
5k views

Command-line Unix ASCII-based charting / plotting tool

Is there a good command-line UNIX charting / graphing / plotting tool out there? I'm looking for something that will plot xy points on an ASCII graph. Just to clarify, I'm looking for something that ...
17
votes
3answers
5k views

Remove padding or margins from Google Charts

http://code.google.com/intl/pl/apis/chart/interactive/docs/quick_start.html and example on fiddle: http://jsfiddle.net/invernizzie/T4yWz/1/ how to remove padding or margins in this example?
17
votes
1answer
620 views

Google Charts y-axis values

I have a set of paired data: [(x_1,y_1), (x_2,y_2), (x_3, y_3)] and I want to make an XYChart out of it using the python GChartWrapper library such that that the y-axis values are a transformation ...
16
votes
8answers
6k views

Algorithm for “nice” grid line intervals on a graph

I need a reasonably smart algorithm to come up with "nice" grid lines for a graph (chart). For example, assume a bar chart with values of 10, 30, 72 and 60. You know: Min value: 10 Max value: 72 ...
16
votes
7answers
12k 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 ...
15
votes
15answers
3k views

Charts for ASP.NET [closed]

What would you suggest for charts? Anyone has a preferred controls?
15
votes
4answers
7k views

Alternative to Google Visualization's Annotated Timeline? (graphing library)

Is there any alternative to Google's Annotated Timeline Visualization API? There's some bugs in the Annotated Timeline, and it doesn't appear they will be addressed. Also it is a Flash based ...
15
votes
10answers
8k 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 ...
15
votes
6answers
3k 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 ...
15
votes
5answers
2k 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 ...
14
votes
3answers
33k views

iOS chart libraries? [duplicate]

Possible Duplicate: Is there a good charting library for iPhone? Are there any high quality iOS chart libraries (commercial or free) available? I've found very little. Any recommendations?
14
votes
6answers
8k 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 ...
14
votes
3answers
12k views

jqplot tooltip on bar chart

I'm using the jquery plugin jqplot for plotting some bar charts. on hover, I'd like to display the tick for the bar and its value on a tooltip. I've tried highlighter: { show: true, ...
14
votes
12answers
25k 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 ...
14
votes
1answer
19k views

Charting in ASP.Net MVC 3

I'm using Chart web helper in ASP.Net MVC 3. I have seen a range of shiny images online showing capabilities of this API, but there is hardly any documentation on how to style the charts. For example, ...
14
votes
2answers
2k 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 ...
14
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" ...
14
votes
8answers
25k views

How do I make a burn down chart in Excel?

I have several books I want to finish reading by a certain date. I'd like to track my progress completing these books, so I decided to try making a simple burn down chart. The chart should be able ...
14
votes
4answers
9k views

Which .net charting library should I use?

I would like to draw a realtime chart on a WindowsForm. My platform is the .Net Framework 3.5. What the library should offer: Free as in beer The results should be pretty... (My standards for ...
14
votes
3answers
8k 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 ...
13
votes
9answers
22k 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: ...
13
votes
3answers
7k views

chart library for QT [closed]

Is there any opensource or free chart library for Qt ? I mean XY charts (not bar charts or sth like that) ? thanks for help
13
votes
3answers
796 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
11answers
15k 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. ...
12
votes
2answers
11k views

Proper way to remove all series data from a highcharts chart?

UPDATE: Here's a jsfiddle that shows the problem: http://jsfiddle.net/pynju/1/ Click on the blue column on Monday. When the detail-view loads, notice that 01-07 have 3 columns (expected 2). Click on ...
12
votes
8answers
12k 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 ...
12
votes
1answer
4k views

Flot Stacked Bar Chart and displaying bar values on mouse over

I'm trying to understand the tooltip functionality of Flot but not really getting my head around it! I am trying to achieve a tooltip that displays the label and value of each section of a stacked ...
12
votes
4answers
5k views

How to implement Zoom-in and Zoom-Out with Core-Plot line chart on iPhone?

Is it possible to implement Zoom-in and Zoom-Out with Core-Plot Chart component on iPhone? If so please suggest me how to do it? Thanks in advance.
11
votes
3answers
7k views

Can Google Charts support dual y-axis (v-axis)?

The Flot chart api supports dual v-axis scales, as shown by this example. I'm using Google Charts - is this possible also with Google? I've had a look through the examples and docs, but can't find ...
11
votes
4answers
8k views

Hide legend of WPF Toolkit chart with more than one data series

I am trying to use charts from the WPF Toolkit (with LineSeries) and I don't want a legend at all. I need this since I have 10 such charts each with data from a different source and I would like to ...

1 2 3 4 5 100