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.

learn more… | top users | synonyms

2
votes
2answers
532 views

AchartEngine Line Chart Xaxis Android

i am working achartengine on android and completed all works i have face one problem in line chart i mention the xaxis label but it's shows like 2,4,6,8,10,12 and so on with overlay with my xaxis ...
0
votes
2answers
101 views

Javascript loop not setting PHP value via sqlite_fetch_array() when adding series in Highcharts

I have a SQLite database and am trying to graph data on a linechart using Highcharts, PHP, and Javascript. I am graphing one series per user (a user being a text value per tuple), but am running into ...
0
votes
0answers
211 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 ...
1
vote
1answer
104 views

Google Charts API, only show every second value on hAxis

I search for a solution, to only show every second value on the hAxis label of an Google LineChart.
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
17 views

how to create this Line chart in crystal report [duplicate]

I need to create a Line Chart in Crystal Report. The data looks like the following Car----Jan----Feb----Mar----Apr----May----Jun Honda----12-----10-----7------6-----10-----20 ...
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 ...
0
votes
1answer
149 views

How to change the scale of axes in line chart using d3.js?

I want to change the scale of X-axis in a line-chart so that it can show 20,000 and more values at a time. Please help me with this. My line chart has two columns(ID and TIME). ID values are 1,2,3 and ...
0
votes
1answer
42 views

highstock single line chart?

I'm trying single line chart in highstock charts i.e. http://www.highcharts.com/stock/demo/ if u seen that graph right side buttom zooming option is there, for that perticular zooming start date and ...
1
vote
1answer
101 views

Formattting google chart area date( like Mar 2012, Oct 2013 etc)

I want to show Google Chart Area date as Mar 2012, Oct 2013 etc. There should not be any date digits in the format. I can only find 3 formats as formats var formatter_long = new ...
0
votes
2answers
232 views

how to combine bubble and line chart?

I'm trying to make a bubble chart and draw a line to seperate the bubbles into two areas one bellow the line and one above it. so can i combine google's visualisation bubble and line chart? if not are ...
4
votes
1answer
193 views

JavaScript dynamic Line Charts with many points (~500,000) [closed]

I am surveying JavaScript charting solutions for building interactive dashboards. The dashboard is going to have 15 charts, each with 6 lines, and each line has ~5000 points (15 * 6 * 5000 = 450,000). ...
0
votes
1answer
230 views

How to line up x axis on stacked bar chart with a line overlay in d3.js

I'm trying to create a stacked bar chart with a line graph over the top to show the relationship between total emissions and cost. My example is here: http://bl.ocks.org/4754261 As you can see from ...
2
votes
1answer
402 views

Extjs Line Chart multiline label

I want to make a label in Line Chart on X axis, that shows summary for selected category. I want to format this, so under category name I have values. It works if I do: return Ext.Date.format(v, 'M ...
2
votes
4answers
272 views

gRaphael linechart draws values beyond axis

When drawing a linechart with gRaphael using milliseconds along the x-axis I commonly get inconsistencies in the placement of the data points. Most commonly the initial data points are to the left of ...
0
votes
1answer
361 views

Create LineChart using openxml

I'm trying to create a new LineChart on excel worksheet, and i don't know how can i feel data on this chart and how to add values for each series. The following is what i try to do: static void ...
2
votes
1answer
187 views

flex line chart with variable colored line

Ive got a rather simple need to create a line chart. The data that I would like to chart is based on a single daily datapoint. xml example of data: <?xml version="1.0"?> <dataset> ...
1
vote
1answer
128 views

ZedGraph Point Labels overlapping

I have line charts with multiple series data. points in series are little close to each other so due to that reason, label overlaps eachother. Is there any supportive lib which can handle point ...
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. ...
2
votes
1answer
283 views

JavaFX 2.x : Logarithmic scale on Y axis

As from this very good post here Logarithmic scale in Java FX 2 I have changed this class to get log scale on Y axis, and it works fine. The only problem I have is that there are very few horizontal ...
3
votes
1answer
271 views

JFreeCart line chart with text each point

I would like put text over each point I plotted in a line chart. This is what I can do: And this is what I need (names of point are in green):
0
votes
1answer
262 views

individual point settings in a scatter/line plot

In a scatter HighCharts plot, I want to set some properties only for some data points of my series. Here is a toy example: $(function () { var chart; $(document).ready(function() { ...
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
140 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: ...
3
votes
1answer
279 views

change color of data title (Google Visualization)

I'm trying to change the colors of a line graph (Google visualization). Thats works but I can't find how I need to change the color of the "Cats" text. As what is it descriped here? ...
2
votes
1answer
80 views

JFree Chart with discontinuous series line charts

I am plotting XYChart range say 1 to 10 then 20 to 30 as series 1, and 11 to 19 as series 2. It looks straight forward to do it in JFreeChart serie1 (1,0), (10,0) (20, 0), (30, 0) and series2 (11, 0), ...
1
vote
0answers
248 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
1answer
80 views

Java Fx2.x : LineChart setStrokeDashArray

I have a LineChart and I can plot with different Stroke Dash Array but I can't plot as dotted such as -fx-stroke-dash-array: 0.1,5.0; or -fx-stroke-dash-array: 0.8,8.0; Any reason for this? ...
2
votes
1answer
1k views

Google Chart: How to draw the vertical axis for LineChart?

I want to draw a Google's line chart in my web page! Here is my js code: function drawVisualization() { // Create and populate the data table. var data = google.visualization.arrayToDataTable([ ...
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 ...
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 ...
4
votes
1answer
912 views

Line chart using ordinal x-axis with d3.js and nvd3.js

I am trying to make a line chart from a dataset while keeping X-axis categorical. For the observer it will look like a line chart with equidistant spacing between observations' X coordinates: ( 1 ...
1
vote
1answer
163 views

JavaFx 2.x: XYChart properties

Having a simple XY LineChart, I would like to set grid and line stroke (width), style (dotted, dashed and so on) and color as rgb as well as background color without using css. Is this possibile? And ...
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. ...
1
vote
1answer
1k views

Use only custom label in X-axis in .NET chart

I'm making a .NET line graph in C# with an X-axis interval of weeks. For my project, I only want to be using the custom label, but for now I still want the gridlines. Does anyone know a way to hide ...
0
votes
1answer
259 views

Primefaces lineChart - Limit the number of x-labels

In a JSF webpage, I display a line chart thanks to Primefaces. Each point corresponds to a date for abscissa and his value. Problem is when I start to display too much points, all x-labels (dates) ...
0
votes
1answer
268 views

Change colour of DataSeries in Excel 2003 VBA

I'm having particular trouble changing the colour of a data series in Excel 2003 using VBA. I've managed to change the colour of the line, but the colour is not correct. I'm very confused and I'm ...
0
votes
0answers
88 views

windows forms nice 3d graph [closed]

Need to do a small application with line charts. The windows form char control seem to do the trick, but I would like to ask for advice, or if anyone now a 3rd party easy to use, and reasonable priced ...
1
vote
1answer
787 views

how to autoscale xaxis of lineChart in primefaces 3.4

In my lineChart(primefaces 3.4), xaxis have many dateTimes lables and it overlap, is there any way to prevent overlaping in xaxis? when in lineChart I use extender attribute(with jqplot function), I ...
2
votes
1answer
114 views

Combined line & bar geoms: How to generate proper legend?

The legend for d2 looks fine; for d1, I would like to show just the hoizontal line against a white/transparent backgounnd. df = data.frame( Date = c("2012-11-30", "2012-12-03", "2012-12-04"), d1 ...
1
vote
2answers
186 views

how to plot a line chart in R?

I have data in a file, they look this way : frame_delay 0.000030 0.000028 0.000028 0.000028 0.000028 0.000028 0.000027 0.000027 0.000027 0.000027 0.000028 0.000027 .... I wrote this R script ...
0
votes
1answer
131 views

how to do animate line chart in flex like fusion charts

I am working on line-chart in flex. I could not find any way of animating it just like the line-chart in a fusion chart. Any idea how to do that?
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 ...
4
votes
1answer
2k views

D3js - Creating and easily updating a multi-line chart

I've created a little test line chart using D3, but since I am quite new to the library I am not sure what the best way would be to add multiple lines to a chart, at the moment I only have one line ...
2
votes
1answer
829 views

Android aChartEngine movable Line Chart

I'm using aChartEngine's 0.7.0 charting library for Android.Can anyone help me that how to draw the line chart from left to right to right and eventually moves out of view and how to scroll the chart ...
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
2answers
357 views

Retrieve String values from a CategoryAxis in a javaFX Line Chart -CategoryAxis JavaFx 2.2.3 bug in .getValueForDisplay(double displayPosition)-

I have a JavaFXline chart with months versus values. I'm trying to print in the console the month and the value from a Line chart every time I click the graph .The problem is that when I call the ...
0
votes
1answer
105 views

How to increase the gap between plotsymbol and plotsymboltext in line chart?

I am drawing graph using core-plot framework and i am displaying text when user tap on polt-symbols. But my problem is, text is overlapping on the plot-symbol. How to over come this problem.Please ...