0
votes
2answers
15 views
Mac User is looking for Structorizer alternative?!
I need a application for nassi shneiderman charts. Structorizer is crashing very often if the chart is going more and more complex. Who knows alternatives? Thanks!
0
votes
2answers
48 views
jQuery chart controls for ASP.NET
Hi,
I would like to know some good jQuery chart controls which can be integrated with my ASP.NET application.
1
vote
2answers
32 views
Query to show result in the charts.
Hi,
I have to implement charts in my application. Suppose i have a table structure
DECLARE @SONGS TABLE
(
[ID] INT IDENTITY,
[SONGNAME] VARCHAR(20),
[CREATEDDATE] D …
0
votes
2answers
18 views
Flash charts that can map/dither the data on X axis
I looked at different flash chart software (free and commercial) and could find only one that supports the feature I want: map my dataset on the predefined X axis. Let me give an e …
0
votes
1answer
15 views
Why does flex DateTimeAxis creates duplicate months on the axis?
I am working with a Flex DateTimeAxis. I have a scenario where the DateTimeAxis sometimes creates duplicate months on the Axis. The month label unit is generated based on a min/m …
1
vote
3answers
67 views
Make the X and Y axis scales equal on an Excel chart
I'd like the X and Y axes of my Excel charts to have the same scale on the screen, because I'm plotting geographical data. A 1km by 1km square should look like a square, not like a …
0
votes
1answer
31 views
Why do Flex charts axis values/labels not show up when using Runtime Share Libraries
I have developed a flex application using the data visualization components. I am now trying to optimize the application and one of approaches I am trying is to use Runtime Shared …
0
votes
1answer
39 views
When to render Legend in Flex
My Flex chart has code that creates a legend from each data series. Currently, I have the drawLegend function execute when a button is clicked.
I am trying to get the legend to dr …
2
votes
1answer
38 views
Updating Google Chart dynamically with PHP and JavaScript
I have a Google Chart (using the Google Visualization API, not Google Charts API) that populates on page load. After which, the user can select options from multiple drop-down men …
0
votes
2answers
44 views
What does Flickr use for charting?
Recently I was browsing my Flickr account and the stats for it and noticed that they display a very nice chart. What made an impression on me was that it was rendered in HTML and u …
0
votes
2answers
44 views
Drawing 3D bar graphs using PHP?
I'm looking to draw a 3d bar graph similar to the one below
My problem is that I can't seem to find any useful library that can do this for me, any classes available that can do …
0
votes
1answer
79 views
C#: Create/Insert Excel 2007 charts into Word 2007
How do you create and then insert an Excel 2007 chart in Word 2007 with office interoperability?
Important: I do not want to save an Excel file to create a chart.
1
vote
1answer
36 views
How to add second data source to xslt / dataview in SharePoint?
I'm trying to create a bar chart using dataview formated using xsl. The list to chart contains data about number of hours spend on certain project. The project column is of type lo …
0
votes
3answers
66 views
Real-time graphs
Do you know of a graphing library similar to Google's Annotated Timeline(
http://code.google.com/apis/visualization/documentation/gallery/annotatedtimeline.html) that can be update …
1
vote
3answers
88 views
“OCR” for a graph - scraping sample values from a plot image
This isn't really OCR, since it's not recognizing characters, but it's the same idea. Anyone know of an image-processing library or established algorithm for retrieving the values …
