charts

Flex chart with multiple Y axis shows wrong horizontal origin

Hi guys, I have created a flex chart with multiple Y axis. I want that it shows origin for one of the data series. It shows the line, but on the wrong plase. Maybe it is because I didn't tell to GridLines which axis use as a source? But, I am not sure if it is possible to do... Please help if you know how to show horizontal origin on ...

How to make XY scatter-type plot chart using asp.net chart control?

I have X and Y data columns coming from database. I have to show scatter plot chart with Linear, Exponential, Log, power using asp.net chart control. How to do that? Please let me know. thanks in advance ...

Add Multiple trend lines to single chart using asp.net chart control ?

using FinancialFormula we can get only one RegressionType like Linear , Exponential , Logarithmic , Power trend line will display in single chart. Is it possible to add all these four regression types to chart. How can we do that using asp.net chart control? or is there any free chart control that support these? ...

Scala, Charts and Google Visualisation API

Hi Guys, Those anyone know of a Scala Library for Graphs / Charts or an implementation of the Google Visualisation API. Cheers ...

Javascript via Ajax

Hi. How can i start javascript via ajax ? html file <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>FusionCharts 3.0 Dashboard</title> <script language="JavaScript" src="../FusionCharts.js"></script> <script language="JavaScript" src="../PowerMap.js"></script> <script type="text/javascri...

Please help..Anyone know how can I make a chart to sum all the data of each week only if values are greater than 0?

Hi all Basically I have a table like this: Week | Value 1 | 2 2 | 3 2 | -1 2 | 1 2 | 1 3 | 4 3 | 2 6 | 4 7 | 1 I need a chart to show the sum of the values for each week only if the value is greater than 0... so for week 1 --> 2 ...

Google finance's date range selection without the graph itself

I need an elegant way to let users select a date range, what I would like to do is use the AnnotatedTimeline that Google Finance uses and hide the graph output. According to the javadoc for AnnotatedTimline http://gwt-google-apis.googlecode.com/svn/javadoc/visualization/1.1/com/google/gwt/visualization/client/visualizations/AnnotatedTim...

How to make 3D plots with categorical data in R?

I've been trying to create a 3D bar plot based on categorical data, but have not found a way. It is simple to explain. Consider the following example data (the real example is more complex, but it reduces to this), showing the relative risk of incurring something broken down by income and age, both categorical data. I want to display t...

Pie3d flash charts

Hey, Is there a free flash library which I could use to generate pie3d charts inside my as3 project? Something like http://developer.yahoo.com/flash/astra-flash/charts/ only with pie3d. Thanks, Szymon ...

C# Charting Library

I've been looking for a good cross-platform charting library to use on a .NET project intended to be run on both Windows and Linux, but everything looks to have a dependency on WinForms controls, seemingly including ZedGraph (not to mention that ZedGraph looks a bit, well, dated). Microsoft's Chart Controls for WinForms/ASP.NET look gr...

MS Chart drawing line on incorrect points

I have line chart which has values : flock_age = X-axis = 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38 egg_mass_weekly Y-axis = 0.00, 0.00, 0.00, 0.00, 0.00, 0.00, 0.00, 327.78, 403.90, 420.35, 425.25, 441.35, 446.11, 444.50, 454.86, 450.38, 458.57, 463.96, 463.33, 464.66,...

Making DateTimeAxis with weekly labels set ticks on an arbitrary day of the week

I'm using a CartesianChart with a DateTimeAxis to display weekly data in a Flex application. When I set dataUnits="weeks" and labelUnits="weeks" on the DateTimeAxis, it automatically places each major tick on a Sunday. However, I would like to provide users with the option of beginning the week on a Sunday or a Monday. How can I ask the ...

creation of pie and bar charts in php website

HI. I wanted to know if we could create pie and bar charts based on info from the database on a php website. I want to grab some information from the database and show it as an image so better analysis. Is there anyway to do this? Also, If i am using fpdf to generate pdfs from php and mysql, can i also design pie charts in that pdf and ...

How to draw chart in crystal report using c#

I am working c#windows form application. i need to create table like columns and row in crytal report.In that report i like to fill the cloumns with color how can i do this. ...

Charting libray that offers Linked line chart with dots

I'm trying to plot data from several entities over time. Each entity will have its own line, so there will be several lines. Each line will be connected, but it's important that dots are drawn to represent data. I'm aware of the linked bar chart, but at initial inspection, I can't seem to find one that offers me the ability to draw ...

Searching for free PHP chart library with PNG, SVG or PDF output (under LGPL or similar)

Is there a free (LGPL or similar) PHP library that draws line, bar, ... and pie charts to PNG / SVG graphics or PDF files? I need that charts for a PDF output module. As it will be used in a commercial product, it needs to be under LGPL or any similar license. Already searched a lot, but found nothing that is really usable, so far. ...

Problem in Google Visualization Chart Api

Hi Guys I am using GWT If You look at my code , When I click on Hide button it clear the pieFlowPanel Panel but when I click on Show button it does not show my PieChart final Panel panel = RootPanel.get(); final FlowPanel pieFlowPanel = new FlowPanel(); final Runnable onLoadCallback = new Runnable() { public voi...

Creating an Interactive bar Chart out of Google Analytics Data

Hi Guys, I want to make a bar chart from the google analytics data. Current implemetation of the bar chart in my site is by See Analytics I am developing an ASP.NET website and this See Analytics is using PHP and jQuery to conjure the chart. It is also paid. What my client would like is a similar tool that draws chart from analytics,...

c# : print Charts with DXperience

How I can print or export to PDF many charts in one page with Devexpress. Thanks. ...

Looking for an interactive pie chart to use with GWT (without extern comminication)?

I'm looking for a stand-alone Pie Chart which I can use in a GWT application. The Chart should be interactive, so that I can react on user input (read mouse clicks on the chart). I've already looked at Google Chart Tools with GWT Visualization. This is exactly what I want. A simple to use PieChart class with user interaction and a simp...