A line chart or line graph is a type of chart, which displays information as a series of data points connected by straight line segments.
6
votes
1answer
1k 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 ...
5
votes
1answer
2k 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 = ...
2
votes
0answers
295 views
JavaFX 2.x : Plotting two different types of charts on the same graph
I have a financial data serie I plot as Candlestick chart: I would like to add other serie(s) as LineChart(s).
The example from javafx example - samples - Adv candlestick chart, shows a LineChart ...
1
vote
0answers
10 views
d3 linechart - Show 0 on the y-axis without passing in all points?
I have a line chart. Its purpose is to show the amount of transactions per user over a given time period.
To do this I'm getting the dates of all users transactions. I'm working off this example : ...
1
vote
0answers
38 views
I have to draw small oval in my iPhone projects line chart but only at starting point, ending point and at peak point
In my iPhone I have line chart view, in this chart I have to draw small ovals on starting and ending of line chart and also I have to draw oval on pick point of line chart only.
for(int ...
1
vote
0answers
184 views
Crystal reports in visual studio 2012: smooth line chart
I'm creating reports using Visual Studio 2012, .NET C# and Crystal Reports. Several of the reports is containing line charts. So my question is; is it possible to make the lines in the chart smooth?
...
1
vote
0answers
133 views
How to clone X and Y axis?
I have a barChart with overplot a lineChart, two different series
barChart.getData().addAll(series1);
lineChart.getData().addAll(series2);
My question: is it possible, and how to, clone barChart ...
1
vote
0answers
183 views
JavaFX 2.x : XY LineChart : line on chart above Y axis
This code plots a LineChart with a black line on the chart: when scrolling left/right (left mouse click and drag) the black line is above the Y left and right axis, while yellow XYLine goes below.
...
1
vote
0answers
139 views
JavaFx 2.x : How to auto-resize plotted data while scrolling left-right?
In the attached code I have a line chart with 3% margin for Y upper and lower values.
Obviously, these settings are related to all data series, in this case to all 18 data point, so the min and max Y ...
1
vote
0answers
139 views
JavaFx 2.x : How to remove and add plotted data?
In my code below I would like to add two buttons and by clicking on a button("Remove") it will remove one by one plotted data,and plot it back by clicking on the button("Add") such as the examples:
...
1
vote
0answers
247 views
JavaFX 2.x : get mouse events on X and Y axis
The Line plotted by the following code can be compressed or expanded by left mouse click and drag on X and / or Y axis, as well as plots a crosshair on the chart.
It all works perfectly, but if I ...
1
vote
0answers
81 views
JavaFX 2.x: Set stops for XY LineChart
By left mouse click anywhere on the chart, plotted line can be moved (dragged) left / right
Here is the code
import javafx.application.Application;
import ...
1
vote
0answers
164 views
JavaFx 2.x : LineChart css axis Set Y Scale Side
In a code that plots a LineChart I have added a css string to choose either to display Y price scale to the right or left of the chart.
Here is the code
import java.util.Set;
import ...
1
vote
0answers
111 views
google line-chart api for haxis for date
I am having a list of data update daily based.
data.addColumn('date', 'Date');
data.addColumn('number', 'Calorie');
data.addRows([
[new Date(2012,7,1), 400],
[new ...
1
vote
0answers
122 views
Google Charts: Line Chart with multiple vAxis and Checkbox to add and remove values
I would like to make something like the Graph in Google Adnsese, where you can add more values in the chart and compare them in one graph. Has anyone some simple example of this with google charts and ...
1
vote
0answers
150 views
JavaFX 2.x: How to translate a XYLineChart along with other items?
This code plots a XYLineChart and a straigth line: by left mouse click and drag anywhere on the graph, XYLine is translated left/right and up down while the black line do not.
I would like to bind ...
1
vote
0answers
229 views
JavaFx 2.x: How to extend horizontal line on subpane(s)?
This code plots two XYChart lines in a Splitpane, and draw an horizontal line only in the upper pane.
I would like to have this horizontal line also in lower subpane(s) when mouse pointer is moved ...
1
vote
0answers
392 views
JavaFX 2.x : X and Y axis settings
My code below plot 2 XY line charts in a VERTICAL divided SplitPane.
My question:
I would like to have both Y axis and only one X axis at the bottom (X axis on the lower graph only)
public class ...
1
vote
0answers
352 views
SSRS 2008 R2 trying to group dates/get a range of dates on the x axis
So I'm trying to create a report from my database that shows people joining over time. The y axis is # of people and the x axis is the date. I am trying to have each major tick on the x axis be a ...
1
vote
0answers
453 views
how to draw line chart using jqplot having flot point of series for y-axis
I am using jqplot for drawing line chart. I am returning String from java to javascript that holds co-ordinate for y-axis in the format "00.04|00.70|01.22|03.49". I split this string in javascript ...
1
vote
0answers
135 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
0answers
307 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 ...
0
votes
0answers
7 views
Getting legend to sort on a d3 updating line chart
I'm new to both D3 and javascript in general. Been working on an updating multi-line chart using this two excellent resource as a guide:
http://bl.ocks.org/nsonnad/4175202
I'm stuck though, ...
0
votes
0answers
12 views
UltraChart DataSource Multiple Series
There are different ways about how the data of a Infragistics Linechart can be initialized.
However, I would like to use its Property 'DataSource' and format the data before, since I already use this ...
0
votes
0answers
33 views
Flot line chart getting hidden
If I try setting the height of the x-axis label, then the line chart( displayed using Flot) is getting hidden.
Why is this happening and what's the solution?
#placeholder .flot-text .xAxis ...
0
votes
0answers
18 views
Axis label in Ext flot
I am using Ext Flot in my application, my code is below which draws line chart. How can I put axis labels?
var myGraph = new Ext.Panel({
header : false,
...
0
votes
0answers
17 views
How to create line chart with multiple colors
How to create a line chart to indicate the on and off states of a component between given set of time periods.I want the charts to be created in java using jfreechart.The sample o/p i need is:
The ...
0
votes
0answers
62 views
how to add a secondary y axis on primefaces
How can i create a secondary y axis on primefaces 3.4?
i already read the primefaces manual e googled out there
Google tells that y2axis (from jqplot) is the way
but primefaces manual doesn't mention ...
0
votes
0answers
9 views
Charting Ping delays in a 2D array
Basically what I am trying to do is to put the delay coming back from the network connection onto a line chart!
I go to the cmd and ping my connection(172.16.80.1) I want to chart the delay that I ...
0
votes
0answers
43 views
Specify which percentage of data to be shown in a LineChart
Is there a way to specify how much (in percentage) of the data should be shown on a LineChart in JavaFX? For the x axis I can just add less data to the LineChart, but how would this work for the y ...
0
votes
0answers
41 views
showDataEffect doesn't work on dynamic LineSeries - Flex 4 mobile adobe air
In my mobile app im trying to dynamically create series in mx:LineChart. Its working.
What i need to do is applying effect when data is change.
On static series it's always work but with this it is ...
0
votes
0answers
95 views
VB.NET: Setting Line Chart's X Axis as String and Retrieve Y Axis from the Database Using MySQL
I want to represent data from database on a linear graph. I want its X axis to be pre-defined strings, like Day 1, Day 2 and Day 3 and its Y axis to retrieve single-type data from the database.
I've ...
0
votes
0answers
51 views
Achartengine set xAxis items width
İ have created a line chart with aChartEngine. But i can not set the width between two items at the x axis.
As you see at the pictire, i want to change the width between 4. and 5. points. How can i ...
0
votes
0answers
23 views
X-axis name not displayed
I have made a line chart in pchart. It has 2 curves where one relates to left and one to right Y-axis and have an axis name displayed next to the Y-axis values.
It also have X-axis values, but I ...
0
votes
0answers
210 views
D3 transition does not work on multi-line chart
I'm working on a multi-line chart which supports dragging, zooming and live updates.
This all works and now I would like to add smooth transitions. However, I can not get the lines to animate ...
0
votes
0answers
48 views
aiChart Y-axis points drawn are not what I'm giving to series
I'm working on aiChart in android, everything is fine but there is small issue regarding points displayed on Y-Axis,
// giving Y-Axis range points, now display graph from -20 to 100
for(int i = ...
0
votes
0answers
143 views
Auto refresh Google LineChart with javascript from MySql
I'm trying to update the data of my line chart from data from MySQL. I tried a lot of things, but nothing seems to work...! I don't want to update my page, simply the div my two chart are in.
This is ...
0
votes
0answers
307 views
wpf charts: plot time in X-axis and double values in Y axis for line graph
I need to plot data on a graph having time values in seconds and double values. time values are in format ranging from 00:00:00 to 23:59:00 with interval of 00:01:00. The time values are continuous. ...
0
votes
0answers
214 views
How can I retrieve current X-value in gRaphael linechart hoverColumn function?
Below I've posted some code and comments for making a simple gRaphael linechart with tag hovereffects (the included script files can be found at http://raphaeljs.com and http://g.raphaeljs.com). The ...
0
votes
0answers
87 views
stroke benethe the itemRenderer in Flex LineChart
I'm new to flex chart, recently I'm working on LineChart, when I'm trying to set the itemRenderer on the lineSeries of more than one LineCharts, it's interesting to find that the one of the LineChart ...
0
votes
0answers
178 views
ExtJS line chart increase axis value range
I have a store with two fields like:
var graphStore = new Ext.data.ArrayStore({
fields : [{name: 'dataValue'}, {name: 'timeValue'}]
});
and I have more than 50 records on this store. I ...
0
votes
0answers
176 views
JavaFx Chart with connected table
I am trying to create a line chart in JavaFx where i have an Y-axis of numbers (integers) and an X-Axis of days
Now creating the chart was quite simple but i do however have a more complicated ...
0
votes
0answers
998 views
primefaces linechart datatip not showing correct value of xAxis
I am facing a problem while using primefaces linechart.
I created linechart pieChartBean.createPieModel(Arraylist<HashMap<String, String>> piechart) where X-Axis is displaying Date. Now ...
0
votes
0answers
42 views
javafx Y coordinate
I am now using javafx linechart to create my chart.
The question I have is: I need to put two kind of datas into one single chart, the values of one kind are between 1 to 100, but values of another ...
0
votes
0answers
193 views
JQplot Bus Time Table Line Chart
I am in the process of developing a Slope Chart using JQplot’s Bus Time Table Line Chart (see attached jqplot line chart.jpg). In X-axis showing the Time & Y-axis showing the Stops.
This ...
0
votes
0answers
133 views
How to have two time-dependent lines in a crystal reports chart
A record in the database in question contains, among other things, time of specimen arrival and time of technical validation of result (both as DateTime).
For a report I want a line chart that ...
0
votes
0answers
186 views
How to split data returned as json and bind to line chart in MVC3?
Hi all some which i am returning as Json object to my $.getJson method
**bugs**
projectName ProjectYear ProjectMonth Week1 Week2 Week3 Week4 Week5
Ecommerce 2012 ...
0
votes
0answers
104 views
Rendering ms chart issues
i am using ms chart to display line chart . The chart is working fine as expected , what i want is to extend the line chart to a vertical dotted line down to the goal point from their current position ...
0
votes
0answers
264 views
How to add Line Chart in javafx 2.2 FXML?
I'm using javaFX scene builder 1.0. The LineChart component is not working for FXML.
I'm added a linechart component in FXML and initialized it in corresponding controller class. It displays the gui ...
0
votes
0answers
378 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 ...



