Questions tagged [linegraph]

A line graph is a type of chart which displays information as a series of data points called markers connected by straight line segments. It shows how something changes in value (as time goes by, or as something else happens).

558 questions
0
votes
2 answers

Stock Chart and Line char in same plot

I have try to combined stock chart and line graph using excel. But it cannot do. I can draw Stock chart and line graph separately. Is anyone know a way to darw stock chart and line chart in same plot. X axis is same. If you can do this using…
0
votes
1 answer

Achart Engine for Line Graph In Android

I Am creating Line graph with Blu color where Point also appears in blue color, what i need is to have line in one color and point in between line in another color, Thanks for any help.
user3509369
  • 113
  • 1
  • 1
  • 7
0
votes
1 answer

SSRS Line Chart--One line defined by a parameter (a subset), one line an overall average (parameter independent)

I am new to SSRS 2008R2 reports, so this may or may not be easy, although it should be very basic. Here is a table of what my data looks like in the query designer: You can see that Provider.ProviderName (the Pro... column in the picture) is a…
user1260251
  • 83
  • 1
  • 1
  • 8
0
votes
2 answers

Maintaining Distance between two x-axis labels in achart engine Linegraph

I have been working on linegraph using achart engine for android. All things are OK, I am getting what I want but. I need to increase the distance between each x-axis labels. If there are 4 labels only then, graph looks nice with enough space. But,…
atomaprchya
  • 175
  • 2
  • 17
0
votes
1 answer

epplus line graph change smooth line VB

I am using epplus to create a line graph which by default is a smooth line. I want to switch the smooth line off so that it is a straight line from point to point. I am using VB but cannot find the property that I need to change. Private Sub…
ClassyBear
  • 223
  • 1
  • 9
0
votes
1 answer

D3 Multi Series Line Graph getting my countries data from tsv file

I'm trying to do multiple lines graphs into one following Bostock's example on city and temperature. Example is right here http://bl.ocks.org/mbostock/3884955 Now, I have a tsv file custom made from info from world databank. The format is as…
kthieu
  • 187
  • 2
  • 17
0
votes
1 answer

JFreechart XYline connect with database

I created a graph with connection to the database as follows: String s = jTSensor.getText(); String query="select date, dew_point from records where idSensor like '"+s+"'"; JDBCCategoryDataset dataset = new JDBCCategoryDataset ( …
strange_098
  • 1,261
  • 6
  • 24
  • 44
0
votes
1 answer

Flot linegraph whitespace

I made a linegraph in flot, which looks very nice, but i would like a slight change. I would like a little whitespace before the line starts, and a little whitespace when the graph ends. The horizontal gridlines need to start already, so that the…
0
votes
1 answer

Google Line chart, remove extra lines

I am new in Google Graphs and I am attemting to generate this graph in the photo ( expected ) below but I am getting a little bit different graph. I have three different letters and each letter contains their own values (A1, A2, A3, B1, B2 ...…
Umidjon Urunov
  • 651
  • 1
  • 17
  • 39
0
votes
1 answer

Multi Value in one line Google Graph

I want to generate in google line graph the same in the picture but I cannot to do it. I have A,B and C each of these letters have some values ( A1, A2, B1, B2 ... e.g ) The date is the same it differs only time ( minutes or seconds but day is…
Umidjon Urunov
  • 651
  • 1
  • 17
  • 39
0
votes
0 answers

Google visualization api: Tootlip action(button) does not showing

I am using google visualization graph api on Web. I am trying to show button on tooltip and Hide tooltip when tap/click on anywhre on chart area. Tootlip action(button on tooltip) does not display When I write following line data.addColumn({type:…
Coder_A_D
  • 340
  • 5
  • 20
0
votes
2 answers

Line graph Android without using any library or Google Charts API

I am in need of writing the line graph in Android, without using any Libraries or API. I have to write drawMethod for drawing line. Input would be the coordinates of XY. I read this from the file.
Appoorva Faldu
  • 344
  • 4
  • 17
0
votes
1 answer

DrillDown in multiple line graphs

I am trying to get several line charts in one container and allow drill down in each of the line graphs. But I am not even able to plot the different line graphs at level 0. The data of the second line graph replaces the first one instead of…
Bhaskar
  • 347
  • 5
  • 10
0
votes
0 answers

R graphics plotting a linegraph with date/time horizontally along x-axis

I want to get a linegraph in R which has Time along x and temperature along y. Originally I had the data in dd/mm/yyyy hh:mm format, with a time point every 30 minutes. https://www.dropbox.com/s/q35y1rfila0va1h/Data_logger_S65a_Ania.csv Since I…
user2978586
0
votes
1 answer

Is something wrong with my json variable?

I have a javascript file that imports Google Visualization to draw a line graph: