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 ...
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: ...
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 ...
2
votes
1answer
2k views

JFreeChart scaling of Boxplots with several Categories

i am currently working on a java-based project using JFreeChart to display boxplots. My Problem is how to display a chart containing boxplots for a CategoryDataset with about 20 Categories and 5+ ...
46
votes
10answers
57k 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 ...
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 .
29
votes
3answers
95k 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 ...
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 ...
5
votes
3answers
4k views

Is it possible to add Legend to the plot in JFreeChart?

I'm trying to add a legend under the plot in scattered chart as shown below. Anyone knows if this is possible? Before: After:
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 ...
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 ...
6
votes
3answers
9k views

method must call super() error in Netbeans

Recently I've made a Netbeans project and I am using SVN along with it. I am seeing duplicate class error, and in the console it says java.lang.VerifyError: (class: ...
1
vote
1answer
5k views

Jfreechart create tooltip in chartPanel

How can I generate a tooltip on chart mouse over in JFreechart? I tried chartPanel.setToolTipText("this is the string"); but this does not work. Am i supposed to do something else before? something ...
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 ...
1
vote
1answer
4k views

Charts for android

I am working on a project which have some charts(graphs), tick chart, candlestick chart and range chart. But the problem is, there is no library for that charts. I have got google chart api for ...
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 ...
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
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?
4
votes
7answers
10k views

Free Chart Libraries for PHP

I'm looking for a Free chart drawing library/service that allows me to make things like line, bar, or pie graphs. I know there are some ones like Fusion Charts, but most of those cost money to use. I ...
3
votes
5answers
6k views

C++: Free easy way to draw graphs and charts?

I am doing a little exploring simulation and I want to show the graphs to compare the performance among the algorithms during run-time. What library comes to your mind? I highly prefer those that ...
7
votes
3answers
9k views

Objective-C Charting Framework

I'm in urgent need of an Objective-C/Cocoa/Cocoa Touch framework to handle simple charting; pie chards, histograms etc. The only thing that comes close is: http://code.google.com/p/gchart-objc/ But ...
6
votes
5answers
14k views

Create excel chart using Apache POI

I need to create excel sheet from my Java code which contains charts like Bar chart, Line Chart etc using the Apache POI library. Is it possible? I am not able to find any useful code example for the ...
2
votes
1answer
844 views

Passing variable with line types to ggplot linetype

I am new to ggplot so bear with me. I am charting out growth projections for 35 small-area geographies which is an unhealthy amount for one plot even with use of the fantastic directlabels library. ...
2
votes
1answer
213 views

Iphone Coreplot

I am new to the iPhone development can anybody help me to draw curve chart in iPhone using only three values -(NSUInteger)numberOfRecordsForPlot:(CPPlot *)plot { NSLog(@"Array1-->%@",Array1); ...
0
votes
1answer
2k views

Silverlight 4: Chart Toolkit Color Set

Im migrating my Chart code from visifire to Toolkit. I would like to know the counter part of ColorSet property[sample value Caravan,Picasso..] of Visifire to Toolkit. Is there any? TIA
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 ...
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 ...
9
votes
8answers
11k 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
4answers
5k views

Bar chart using achartengine

I want to draw a bar chart which contains 5 individual bars, I have used Achartengine. I am able to display all five bars in same color but I want to differentiate one bar with different color here i ...
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 ...
6
votes
10answers
7k views

Alternative to ComponentOne 3D Surface Map Chart

We are investigating alterntive control libraries for a new project we are working on. One of the requirements is to display data in the form of a surface map, as per the ComponentOne Chart below. ...
4
votes
2answers
2k views

click event on pie chart in android [closed]

I have used to draw pie chart using canvas.. There are approximately 10 arcs in pie chart..i want to perform click event on each arc. Is there any way to do this? or any other way? This is my pie ...
2
votes
9answers
4k views

PHP Chart Library Solution [closed]

Good day. I am a newbie to PHP framework, and I know a little about CI. Recently, i plan to start my new practice project with Kohana. I am looking for a good PHP Chart Solution. Requirement: Free ...
7
votes
3answers
547 views

Can the frame border on a BarChart Legend be removed?

I am creating an application for various kinds of plot/chart drawing in Mathematica. Ultimately it will have a GUI, but the first step is to get the code right, and simple enough for a GUI to manage. ...
4
votes
1answer
816 views

Write a custom formatter for Google Charts Api

I want to create a chart to display my time over a 10k run. Everything is working as it should, the only problem that I have is, that I want to format how the time is displayed. Currently the time is ...
3
votes
1answer
429 views

Java JFreeChart Category Step Chart horizontal (image to explane)

i need the following type of chart: It should be a "steped" line chart with categories on the vertical axis, like this: I found this example of an Category Step Chart, but it the orientation is ...
2
votes
2answers
1k views

R/quantmod: multiple charts all using the same y-axis

I'm trying to plot 6 days of intraday data as 6 charts. Quantmod's experimental chart_Series() function works with par() settings. I've pre-loaded the data into bars (a vector of XTS objects) so my ...
7
votes
2answers
871 views

R: How to overlay pie charts on 'dots' in a scatterplot in R

Using R I would like to replace the points in a 2d scatter plot by a pie chart displaying additional values. The rational behind is that I have time series data for hundreds of elements (proteins) ...
3
votes
2answers
9k views

How to update excel embedded charts in powerpoint?

I have 30 charts that were created from excel and were pasted onto powerpoint slides. Every month, I have to update these 30 embedded charts by manually clicking on the charts and edit. I am aware ...
2
votes
1answer
1k views

How to dynamically change line style in JavaFX 2.0 line chart?

In our JavaFX project we need a line chart. I can easy stylize the whole chart and series using CSS, but content of our chart can change dynamically: number of series and their displaying order ...
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 ...
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 ...
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 ...
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: ...
15
votes
15answers
3k views

Charts for ASP.NET [closed]

What would you suggest for charts? Anyone has a preferred controls?
3
votes
4answers
801 views

How do they draw the charts/graphs on stackoverflow?

I spent ages learning VML and creating charts for a website once, but since VML only works in Internet Explorer, it's not much good these days. I notice stackoverflow has graphs on my profile page, ...
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.
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 ...
9
votes
7answers
10k 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 ...
11
votes
3answers
2k views

Charting massive amounts of data

We are currently using ZedGraph to draw a line chart of some data. The input data comes from a file of arbitrary size, therefore, we do not know what the maximum number of datapoints in advance. ...

1 2 3 4 5 9