Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
3answers
6k views

Graphael line chart

Is there a good tutorial for Graphael (special line charts), I currently trying to implement such a graph with grafael http://www.highcharts.com/demo/?example=line-time-series&theme=default ...
4
votes
1answer
462 views

Fail to Render Line Chart in EXTJS 4 if Using Ext.data.Store with Proxy

I have problem rendering Line Chart in EXTJS 4. I have Viewport that contain accordion Layout. In that layout, I create very simple Chart. Here is my code: var chartBox = ...
4
votes
1answer
272 views

How can I get a Google Visulization LineChart to display vertical gridlines?

I am using javascript to display a Google Visulization LineChart in my web application. How can I get it to display vertical gridlines? I've read about using chg to set them, but as far as I know that ...
2
votes
1answer
178 views

How to plot jfree line chart with real numbers in X and Y axis

I have to plot a line chart with the range of X and Y axis is in real numbers(eg.-n to n which are float values).How can i manually set the values.And this should be the dynamic chart.Actually im ...
2
votes
1answer
235 views

How to use quick charts with wp7?

I'm trying to use AmCharts QuickCharts for WP7 and am failing miserably. I've just put out a chart like this with xaml: <controls:PivotItem Header="24 hours"> ...
2
votes
2answers
548 views

How to live update chart values in Silverlight 4

Hope somebody could help, any way, Thanks in advanced for reading. I have a LineChart created like this: <Grid.Resources> <local:EngineMeasurementCollection ...
2
votes
2answers
559 views

How can I create a line chart with two different scales using g.raphael or jquery svg?

I need to plot a torque curve similar to the graph here http://www.fordscorpio.co.uk/flatspot.htm in javascript..preferably using g.raphael. Any suggestions are welcome. Thank you!
2
votes
1answer
406 views

LineChart segments in Flex

I'm doing some line charts in my Flex application, and I need to draw segments of those line chart in different color. Does anyone have an idea how this could be achieved? For instance, if I have a ...
1
vote
0answers
27 views

How to get an arrow head on a stripeline VS2010 chart

I am making a chart in visual studio 2010 using the standard chart control coding in vb.net. I am supposed to make something like this. i suppose to make like this - click and i have something like ...
1
vote
0answers
29 views

Adding non-numeric data to points on a Google line chart

I have the following function which displays a Google LineChart: <script type="text/javascript"> google.load('visualization', '1', {'packages':['corechart']}); ...
1
vote
1answer
827 views

Can't create a simple line chart in Ext-JS

I'm getting the following error when trying to create a simple chart. I'm getting similar problems within my app and I have been trying to narrow down the problem so I created a small reduction and I ...
1
vote
3answers
254 views

Google Analytics API - Data for Line Chart

I want to create a Line Chart using data received by Google Analytics API. It's no problem to plot a chart using Highcharts.js, but I'm searching for a solution for a performant query. The only idea i ...
1
vote
0answers
177 views

The 80/20 rule, Open XML charts

My client has asked for a powerpoint chart of the type LineChart showing the 80/20 rule. Which means that in every market, there should be only few number of brands that control about 80 % of the ...
1
vote
1answer
907 views

Jfree chart change Y axis data

I am using Jfree chart 0.9.20's XYLineChartDemo for plotting the execution time of running processes in a program. My X axis denotes the time and Y axis should denote the Pid. How can I edit the ...
1
vote
2answers
382 views

How can you access and style an individual line in G. Raphael line chart

Due to the very poorly documented raphael JS library, I beseech the collective wisdom. I have a working g. raphael multi-line line chart (similar to http://g.raphaeljs.com/linechart.html) something ...
1
vote
1answer
77 views

How to get one more datapoint beyond the requested data-range in core-data?

I'm working on an iPhone app which graphs a large database, accessed through core-data, in a line-chart. I'm using a tile-based approach to rendering this graph. The distance between datapoints is ...
1
vote
1answer
429 views

How to remove undesirable text/HTML tags from FLEX LineChart's custom dataTips?

I wrote a function to override my FLEX LineChart's datatips because the default datatips were ugly and rather boring. I finally set the style I wanted but am now having some problems removing ...
1
vote
6answers
2k views

Flex3 Linechart points are too close to the edge

I have a Flex3 LineChart component using an CircleItemRenderer and the datapoints are being cut off because they are too close to the edge. Here's what it looks like: ...
1
vote
2answers
921 views

draw dot on linechart in flex

I have a line series in a linechart and a slider that goes from 0 to 200. When I now move the slider, I want to have a dot appearing at the chart so when I move the slider to 150, there should be a ...
1
vote
4answers
1k views

Filtering data shown on linechart in flex

i am working on a line chart on flex which enable me to view the progress of data according to the year. I have tried using a slider to filter but it doesn't seemed to work. any help please?
1
vote
3answers
2k views

FLEX: Make LineChart DATATIP constrain to vertical axis

When making a line chart, Lets say its for business sales for different depts and horizontally is days and vertically is dollars. When you hover over a line it tells a dataTip tells you the sales for ...
0
votes
1answer
20 views

GWT Linechart options

I need to set different line width to different series in a chart. This can be done using the series option here ...
0
votes
1answer
69 views

Google Line Chart: drag to adjust value

I've recently dropped use of Graphael and and extensions package Ico. I think it's still a great library, it just needs better documentation and a proper API before it can be widely adopted. I've ...
0
votes
1answer
29 views

gRaphael Library: Can't Create Line Chart

I'm using the gRaphael JavaScript library, and am attempting to draw a simple line graph. The code I currently have on the page is: <script language="javascript" type="text/javascript"> var ...
0
votes
1answer
41 views

Changing datetime format on mschart axis

I'm using mschart to display some values over a timeperiod. It looks something like this: As you can see the first value is from 15:11 and the last from 16:10 But on the x-axis it's on displaying ...
0
votes
1answer
143 views

How to change ExtJS line chart series order

I have a line chart with multiple series in 4.02. At different points the series lines cross, I need a specific line to remain as the top line i.e. biggest z-index (so that this line highlights and ...
0
votes
0answers
21 views

How do you make a Google chart API line chart 'stop'

The Google Chart API docs provide the following example of how to define a dataTable for a chart - in my case a line chart. var data = new google.visualization.DataTable(); ...
0
votes
1answer
50 views

Making line charts y-axis work?

I'm implementing this charting solution and I'm a little stuck. If I have to line charts in the same graph, as in the first example in the link, but there seems to be a problem with the y-axis. It ...
0
votes
1answer
75 views

Java JSF PrimeFaces LineChart Labels

I have a problem with the PrimeFaces (3M3/3M4) library. I need a custom axis label (it does the default scale from 0 to 5 upwards), and I need it to be from 6 at the origin up to 0. The values are ...
0
votes
1answer
56 views

JFreeChart - Vertical Line Chart

HI how to create a chart like http://livedocs.adobe.com/flex/3/html/images/VerticalLine.png. Using XYPlot. Thanks in advance.
0
votes
1answer
112 views

Clearing/Emptying a lineChart in Flex

I have a line chart in flex with a dateTime axis. I am setting the dataprovider to that linechart via actionscript. The graph gets drawn. The problem occurs when i assign a null to the dataprovider so ...
0
votes
1answer
126 views

creating dynamic lineseries in linechart

This is my array collection [Bindable]private var Projects:ArrayCollection = new ArrayCollection( [ { Department: "Software", TotalProjects: ...
0
votes
1answer
74 views

Best ZedGraph branch?

Correct me if I'm wrong, I've read about ZedGraph in the past, from what I recall the original author dropped it, and now there are a few branches out there. I plan to use the library to paint ...
0
votes
1answer
86 views

Fill gradient color in area under line chart in Protovis 3.2

In my project, I use Protovis 3.2 to render line chart. I want to fill gradient color in the area under line chart. Although I have tried available color functions in Protovis but they did not work. ...
0
votes
0answers
56 views

Problem with updating xml attributes in fusion charts

I have the following xml file , to which i am trying to update the pointer value node and maxvalue attribute in the color range node, but i am facing some problem with the syntax to update the ...
0
votes
0answers
108 views

Problem with Realtime line fusion chart updating

I have the following code to update the chart for every three seconds, but my chart stays static their is no updating of the graph, can i please know which part of the coding i am wrong. aspx page ...
0
votes
0answers
168 views

Flex 4 - Linecharts display problem

I'm trying to code linecharts on flex 4.5, I used this exemple from Adobe to do this line chart : http://livedocs.adobe.com/flex/3/html/help.html?content=charts_intro_7.html Anyway, when I tried to ...
0
votes
0answers
90 views

Flex LineChart show trend instead of breaking on missing data

I have a mx:Linechart that may be missing data for a particular day. Instead of removing that day, I still want to be able to show a trend. I turned filterDataValues to none but that just forces the ...
0
votes
2answers
297 views

How to set tooltips to display percentages to match axis in Google Visualization Line Chart?

The tooltips can be set to display percentages using the following code: var formatter = new google.visualization.NumberFormat({ fractionDigits: 2, suffix: '%' }); ...
0
votes
2answers
166 views

Jquery flot co-dependent line + pie chart

I've created an ajax driven flot line chart that I would like to have represented along side a flot pie chart using the summed data from the line chart. Data for the line chart might look something ...
0
votes
1answer
417 views

Problem in line chart plotting with core plot

I have y axis with numbers of total test and x axis for time The following is the code I am using to plot: - (NSUInteger)numberOfRecordsForPlot:(CPPlot *)plot { NSUInteger recordplot; ...
0
votes
2answers
420 views

Flex 3 LineChart data tip won't display with single data point?

In Flex 3, I have a line chart. My data provider for the line chart contains only one item. When i draw the line chart, it plots the point. But it doesn't show the data tip. It works if more than ...
0
votes
1answer
239 views

symbol at particular location in line chart with core plot

I want to draw line chart using core plot i have x-axis with time (1,2,3,...13,14...00) and y-axis with numbers(0-50-100-150-200-....500) now at each coordinate(x,y) i want to put symbol like circle ...
0
votes
1answer
303 views

Flex line chart data points

I am always displaying the data points of a flex line chart using itemRenderer for LineSeries. The problem I am facing is, the first and the last datapoints are not clearly visible. Please find the ...
0
votes
0answers
105 views

chco color option problem in Google Charts line chart

I build the url for my chart that listed below. https://chart.googleapis.com/chart? chxt=x,y &chds=0,845 &chs=599x500 &cht=lc &chtt=+Distribution,+dB &chxr=0,-110,-40,10|1,0,845 ...
0
votes
1answer
733 views

Help with C# - Silverlight - ToolKit - Dynamic Line Series

I need help with line chart in Silverlight Toolkit Line Series that updates dynamically having 3 lines updating itself every 5 seconds how do i do it?
0
votes
0answers
198 views

How to post data to create Google Line Chart and then embed/show it on my page

I am working with Google Line chart using visualization Data table. I add all of data points to this data table and then call google api to create the chart. In the same place I also specify the place ...
0
votes
1answer
212 views

SVG Line chart on known axes

I want to create dynamically line chart (svg format). But svg coordinate system works inverse. Like this: When I have points like (0,9),(1,3),(2,6), graph will be drawing top to bottom. But svg ...
0
votes
1answer
366 views

How do I show Months Grouped By Years on the horizontal Axis for a Flex Line Chart?

Basically I have a Flex Line Chart and x-axis looks like this: ---|--------|--------|--------|--------|--------|--------|--- November December January February March April May This is ...
0
votes
1answer
385 views

Fusion Chart - line chart

How we can draw a line chart using fusionchart.rendercharthtml

1 2