0
votes
0answers
17 views

D3.js - partial path on graph

I'm developing a little application for heater control and display the temperature log with d3.js. On the chart I want to display when the heaters are on. I create a chart with a filled path with ...
0
votes
1answer
14 views

Dygraphs not working

Has anybody worked with dygraphs. I am new to it and I downloaded their files from the repository http://github.com/danvk/dygraphs. It has been mentioned to run the script generate-combined.sh I tried ...
-1
votes
2answers
51 views

Best javascript library for drawing math graphs [closed]

I need javascript library for my math application. Can you please suggest me the javascript library which can draw graphs It should Draw the graph(obvious one) Draw a smoothened curve based on the ...
-2
votes
0answers
13 views

I need an online graph/chart for my eCommerce store [closed]

I am launching an online store and I need an automated bar chart/ graph to reflect which items are being purchased. Each product would represent a city in California and I need a graph with each bar ...
0
votes
1answer
47 views

ASP.NET Chart Manipulation with c#

To explain my question I drew an image, here it is: So I have a Chart that has a bar graph and a line chart, 2 in 1. I am trying to displaly it in asp.net just the way i drew it on here. This ...
0
votes
0answers
19 views

PHP Function to calculate/align differing datasets to display lines in same graph

How can I align datasets so I can draw the lines in 1 graph? My problem is that the data within a certain timeframe are not directly comparable by timestamp. Sometimes datapoints are missing and ...
0
votes
1answer
33 views

Flot graph animation possible?

Is it possible to animate flot graph similar to this "www.jqplot.com/deploy/dist/examples/barLineAnimated.html"?? How to add animations for the below code? ...
-2
votes
1answer
19 views

Create Graph from User Form on Website [closed]

I'd like to display a graph on my site that has two bars or lines. The Y axis will be £ between 0 and 1000 The X axis will be time in months between 0 and 6 One line will plot a constant £500 ...
0
votes
1answer
37 views

Bar chart using achartengine with each category as separately

See the barchart in image friends. this is my problem. It shows like all categories in first place itself. I want each category as separately. Which means Salary in first place, Pocket Money in ...
0
votes
1answer
132 views

Multiple multi-series d3 line charts on one page

Using d3 I want to draw several time series line charts on a single page, each one featuring two lines. Using the example on this page for multiple charts, I've got code working with single lines on ...
0
votes
0answers
40 views

Use Javascript and/or HTML 5 for iOS app graph

I'm trying to decide which is the best direction to include a simple XY line graph in a iOS app I'm working on. I've looked into core-plot, but it looks way overkill for what I'm trying to do. While ...
-2
votes
1answer
53 views

Free Charts in Monodroid [closed]

first of all, I'm sorry but my Engilsh isn't good. I was looking for how can I draw a Chart in Monodroid during 5 or 6 hours, and I didn't find anything. I only found TeeChart(steema) but I don't ...
0
votes
0answers
48 views

Jquery Mobile 'data-role=“page”' concept - Jqplot

I am populating a chart with user Input. And refreshing it whenever the values change. It work's in the same page, although when i try to put the chart in another data-role page, it doesnt work. Is ...
0
votes
1answer
42 views

How to show gridlines only on 0 on the yAxis in highcharts?

I have a highcharts graph and everything is going on as the mockup below. But there are a few things I am stuck on. Is there a way to remove all the gridlines from the yAxis except for the one in 0 ...
1
vote
1answer
26 views

How to optimize data aggregation in day of week, time of day for a period of one month back

Here is the situation: I have a SAAS Application which is a simple RSS Feed reader. I think most people know what this is - users subscribing to RSS feeds and then reading items from them. Nothing ...
0
votes
1answer
53 views

Cannot find ShinobiCharts Header File?

I am using the ShinobiCharts Framework for an app I am making and Xcode Cannot find the headers to use it. I have included the Framework by following these instructions: Adding Framework in Xcode 4 ...
-1
votes
1answer
50 views

Is google charts deprecated? [closed]

I am slightly confused as to whether Google charts is deprecated or not? I am wanting to draw graphs and charts onto my webpage and obviously would not want to use a deprecated charting component.
1
vote
1answer
42 views

Google Web Toolkit With Line/Pie Graphs

Currently I am using Google Charts with Google Web Toolkit but I wanted to explore other options for graphing. I looked into jGraph and the gwt extension mxgraph but that seems to only support actual ...
0
votes
0answers
57 views

asp.net Chart take too much time when switching form Bar Graph to Pie graph

I am developing an application which show different type of ASP.Net Chart or DropDownList selection if user select Bar Graph it shows bar graph then user select pie graph it shows pie graph it works ...
0
votes
1answer
81 views

flotchart, disable decimal points on graph scale

in my flotgraphs none of the items in the dataset contain decimal points but in its auto-scaling routine it sometimes decides to show me intermediary decimal points I don't want it do to that, is ...
0
votes
0answers
49 views

drawing chart (or graph) in java from certain output

I want to draw a chart from my output .The output contains nodes (string) and their value(double).I want to diplay in X-Y graph format. How to do it through java.Following is a snippet of my code ...
-1
votes
1answer
56 views

using highcharts, but this graph is no drawing [closed]

This is my code jsFiddle;(using highcharts) Have a look at the graph and i want red graph and blue graph. image explanation: step1 : put only X value and button click ( this page submit and call ...
0
votes
1answer
64 views

Excel Graph Issue

I'm trying to get the users in column 'A' displayed in the legend and the data next to the user in the bar. I'm not sure where the blank data is coming from nor why it's showing as 'Series' I also ...
0
votes
1answer
208 views

How to create charts using nodejs

Can we create charts( bar and pie ) with custom icons using NodeJS, any module ? Your suggestion will be highly appreciated.
0
votes
0answers
18 views

ReportGrid:: Creating a bar chart which has multiple bars for an x-axis data point and want some of them to be stacked

I am trying to render a bar chart which has multiple bars for an x-axis data point and want a subset of them to be stacked. For example: a graph which is showing sales data for a multiple districts ...
0
votes
1answer
97 views

android development chart graphs just like analytics app

I am developing an application which will be using some graphs and charts. that been said I saw Google Analytics app you can choose view by hourly, daily, weekly and monthly, also set date range, ...
2
votes
1answer
124 views

How to set the bar width to a fixed value in Shinobi Charts?

I am trying to get used to Shinobi charts developed for iOS. I've downloaded trial version on same and trying to plot some sample charts using it. The charts look pretty good in demo apps. But one ...
0
votes
0answers
74 views

flotchart: dynamic x-axis / amount of x axes

I'm using flotchart to generate graphs on-the-fly. Users are able to to pick a date-range, depending on that date-range, the graph is filled with information and the x-axis adjusted accordingly. Below ...
1
vote
1answer
117 views

Data Point Lables in AmCharts

I am using Amcharts and created one scatter graph using javascript. I want to show my own custom label (i.e. company name and last financial year) on each data point of the generated graph. Here is ...
1
vote
0answers
44 views

Looking for a PHP graphing library (ternary plot) [closed]

I'm just wondering if anyone can recommend a PHP library for generating graphs: I want to create a ternary plot, which I realise may not be something widely available. If you think a javascript/jQuery ...
0
votes
2answers
88 views

Issue with building a Resizeable Graph/Chart compatible with IE8

Now, I have made a bullet graph using pure html and css. No javascript/jquery libraries were used. The whole HTML page has just the bullet chart with size 1000px * 500px (almost full page). In my ...
0
votes
0answers
36 views

how can I change aiChart series text size and replace with datetime android

I'm new to graph so how can I change the axis textsize and replace with datetime in aiChart? I've been searching for detail example so I can use some good features but no luck.. so far I've ...
0
votes
1answer
59 views

How do you turn a series on and off in C#

I am trying to build an FFT plotting program. I've got all I need for the FFT's but now I'm stuck on plotting. I want to allow the user to turn on a plot of the input data and the output data. I want ...
1
vote
1answer
44 views

creating bell graph using js function or jQ plugin

I need a js function or jQ plugin for creating following type bell graph. If anyone know the link pls help me
0
votes
0answers
64 views

how to change aichart Y-Axis range android

I'm using aiChart in my app and so far every thing is fine but there is a small problem.. I want to show Y-Axis series range e.g Y-Axis from -20 to 110 while the actual seires ranges 22 - 28 like ...
0
votes
1answer
249 views

chart and graph controls in visual studio 2012

I have been developing windows phone 8 application in visual studio 2012. I need to use chart and graph control in my application. Can some one suggest me some effective solution for the same. Is ...
0
votes
1answer
83 views

How to render DotML

How do I render DotML into a chart? According to the website here: Getting graphs from your data is a three-step process. First, generate or manually type a >XHTML (or any other XML) file that ...
1
vote
1answer
215 views

flot comparison bar chart

I'm trying to produce a chart in Flot that has multiple stacked bars next to each other for one data set, and a second set of stacked bars as a second data set shown underneath the main chart but off ...
1
vote
1answer
38 views

Retrieve refernce from graph series

I have two master sheets (templates) in excel that contains a format of data and graphs. With VBA I created a code to copy these master sheets automatically. But I have some problems getting the ...
0
votes
1answer
144 views

HTML5 Oscilloscope

I need a free real-time chart (preferably HTML5) which can plot incoming signals like an oscilloscope. I found two examples which are very close to what I want: http://flotcharts.org/ ...
0
votes
1answer
66 views

Ideas for charting data

I have a set of values (temperature readings) that are like this : 0,1,3,3.3,3.44,10,11,11,11.1,11.4,11.4,11.5,12.1,13.1,14,15,19,50,67,70,81. What I need is a type of horizontal line graph that ...
0
votes
1answer
96 views

Generate chart/graph for WHO baby percentile/z-scores

I don't have a lot of programming (web or otherwise) experience. So coming from that perspective, I'm trying to tackle a little self-imposed project, wherein I am going to attempt, a very basic, ...
0
votes
1answer
94 views

Highchart - If there is no data the graph should display 0

Here is the problem! On the left side is the chart, on the right the data. The data comes from an php-file. There is no data after 2013-01-18 13:00:00 .... there is a long break but then it starts at ...
1
vote
1answer
61 views

Achartengine on Android

I am using Achartengine to create graph in my app. I want that my X axes would be a string, for now I am here: public class LineGraph { public Intent getIntent(Context context){ String[] ...
1
vote
1answer
316 views

Kendo Chart - Data missing?

I've been looking at the stock history demo on Kendo's website and from that I've been doing some work. I'm generating some data and adding it to a kendo chart, but for some reason the data for Aug - ...
5
votes
3answers
277 views

Library to create charts and graphics like the ones in The Economist [closed]

This question is more about getting a small compilation for myself and anyone trying to print some beautiful graphs for their papers/thesis than to get a definite answer. Do you know of any ...
1
vote
0answers
73 views

Need to draw a Workflow activity chart

I need an open source graph for below requirement. I have 10 steps in my custom .net implemented workflow application. A “document” goes through this workflow forward and backward against time. I ...
-1
votes
1answer
431 views

how can i create a graph for data coming from sql server in c# web page [closed]

i want to create one graph(as below image) for showing in web page for weekly work status and data i am getting from sql server DB after running sql query. so how can i create this dynamically inside ...
0
votes
0answers
127 views

Pie chart won't display

I'm trying to create a pie chart where the top 10 books from my "book" table are shown (I'm doing a library system). I have worked out how many times each book in the top 10 has been loaned out by a ...
0
votes
1answer
461 views

Silverlight toolkit and multi series chart binding

I'm struggling to figure out why my binding on my multiple series column graph is not working. From what I've been able to see through examples on the net I cant see any problems with the logic of ...

1 2 3 4 5 7