Hi,
I have the following setup:
A MySQL database with a table 'transactions', containing (among other things) transaction_id, price, time and uid.
I need to create a chart (I'm using flot) that will show a user his/her's sales volume (not price).
I need an indicator to move the y axis of the chart.
I was thinking of aggregating the tot...
Hi,
I am developing an ASP.NET MVC website which will include reports and charts based on the data entered by our users. Reports must be easily printable and exportable to PDF and XLS. Ideally, Reports should also contain inline charts.
I've played a bit with Crystal Reports and it does seem fit for the job except that the charts look...
Hello,
Is there any way to resize the charts according to data. For example, a column chart I have, is howing 10 fields now. But later it may be 40. How can this be implemented, so that chart automatically resizes itself?
...
Anyone know how to change the alt attribute on the MS Chart Control charts?
Chart2.Attributes.Remove("alt");
Chart2.Attributes["alt"] = "myAlt";
Doesn't work. It causes two alts , one empty and one myAlt.
...
I am using Spreadsheetgear to create and modify charts. I can create a chart and modify the data easily, however, I cannot seem to modify the orientation of text the way that I want.
The text lies on the x-axis and I am trying to get it to display at a 45 degree angle. I can do this manually by right clicking on the chart and manual...
How do I configure MS Charts to work in a web farm (totally controlled by us)?
Is there a recommended way to do it or should I try my own methods (like copying the generated image files across all servers)?
Tks
...
The home page for gchart, a client side charting add-in for Google Web Toolkit (GWT), has a long screed about how the project's only maintainer thinks his Google account has been hacked and because of that he will be "disavowing/abandoning my own project and Google account". Does that mean the project is an orphan? Is somebody taking i...
I have created a chart using a stored procedure which lists totals by name.
However when I create the chart the names only appear for every second element. I have tested this in a table and I get each name correctly.
My first thoughts were that it was a sizing issue, so I considerably increased the size of my chart, but this doesn't ma...
I have a candlestick chart that is working great when the numbers being dealt with are large but when the numbers are small the vertical axis starts at the very top of my data and ends at the very bottom. For example if my max number in my XML is 12 and my min is 11 the charts top is 12 and the charts bottom is 11 with 11.2, 11.4, 11.6, ...
Hi,
I've been asked to change a bar chart to stacked.
http://chart.apis.google.com/chart?chbh=24,0,0&chxp=2,200,600&chxtc=1,10|2,25&chxs=0,000000|1,000000|2,000000,12,-1,t,000000&chf=bg,s,d0d0d0&chxt=x,y,r&chxl=0:|Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|2:|Yearly%20Target|Monthly%20Target&cht=bvs&chd=t:389,437,2...
Hey guys. Just wondering if anyone knows of a method to create sparkline graphs on a form in MS Access. The chart builder does not really work very well to create sparkline charts (graphs that small).
Just curious, thanks!
...
Hi,
I am displaying a table in an SSRS report. What I want to do is, if I click on one of the columns in this chart, it opens another report by passing parameters from parent report to child report.
How can I achieve this?
Regards
Manjot
...
I want to make a box on the page that contains a graph with a curve on it, then user can drag a few points around modifying the curve. Preferably javascript or something I can easy share variables with DOM and ASP.NET. I want to get out a certain number of the points. Creating new points and deleting them would be great too. This way I c...
I would like to generate a chart from a dataset and eventually put it in a pdf format. How would I go about doing this? Which packages would you recommend?
...
Hi everyone,
I'd like to create cool lines and bars charts dynamically, from xml data.
Since I'm not an expert in Flash, I wanted to get a tool to accomplish this. So far, I've tried Flex Builder 3, but I can't figure how to draw the chart dynamically, as the xml data is constantly changing. I just see examples on the internet with xml...
To create dynamic charts and graphs in ASP.Net, I have placed the (GDI+) code for each chart in separate page files – so the output from running a chart page by itself if to just display the chart onscreen.
The chart page contains the code to get the relevant data from SQL Server, as well as the chart generation code. The generated cha...
I love to use Google Documents as MS Word and MS Excel replacements for online collaboration.
However, now I need to discuss architecture layout for my software. Nothing too fancy, perhaps a little (pseudo-)UML, but mostly basic shapes (rectangles, ellipses etc.) with labels, connected by thin lines or arrows.
In olden Windows times I'...
Hi
I'm looking for a parameter which allows a user to select the chart type (X-Y scatter plot, bar plot, line plot etc.) from a drop down menu on a website which is interfaced with SQL Server Reporting Services.
Is there any such parameter available? If not then are there any other means to accomplish it?
I'm using SQL Server 2008 an...
I have a bubble chart in a WPF application with LOTS of points in a BubbleSeries. The automatically drawn sizes of the bubbles result in so much overlap of the plotted bubbles, that most of the bubble points are obscured. The drawn bubble size does not change if I alter the data reduce the SizeValues of all the plotted points (some sort ...
Hi,
I have an asp.net chart and I can't find the attributes you need to change to not display the x axis values. How do I do this?
...