Questions tagged [linechart]

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.

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. It is a basic type of chart common in many fields. It is an extension of a scatter graph, and is created by connecting a series of points that represent individual measurements with line segments.

2022 questions
0
votes
0 answers

Making simple linechart, index error, google visualization

I'm trying to draw a line chart from a data table. This should be quite simple. The line chart draws just fine until I try to access a column further down the spreadsheet. When I draw the data table for the second column like this I get an awesome…
0
votes
0 answers

I want to write some data below each value on the XAxis in JFreeChart

I want to add some data below the default XAxis numbering something like this. Mind my poor image editing.. I am using XYLineChart in JFreeChart so how can I achieve this..
KNDheeraj
  • 834
  • 8
  • 23
0
votes
1 answer

D3 Multi Series Line chart with non time x axis

I have a multi-series line chart implemented in my application. Sample code is given here https://jsfiddle.net/yasirunilan/hevdy5kp/3/ In that chart, X-axis values are month names. but due to a localization issue, I need to change month names to…
Yasiru Nilan
  • 447
  • 5
  • 28
0
votes
1 answer

How to add more than one Google chart on a page from the same Google spreadsheet but different range

My Google Sheet Data Looks like this I am trying to create a Dashboard with 2 Tables and a Line chart based on my data. I managed to create a single table and Line chart earlier obtained from same data range, but I am having difficulties…
0
votes
1 answer

D3 Multi Series Line Chart with Clickable Legend

I'm having a D3 v3 Multi Series line chart in my application and it works properly. But in a scenario where the data points for all series are equal, we can't identify the multiple lines because they are getting overlapped with each other. If all…
Yasiru Nilan
  • 447
  • 5
  • 28
0
votes
1 answer

D3 Multiline Chart Lines Getting Overlapped When Data are Same for All Lines

I have created a D3 line chart in my application. Initially, the line chart was working fine until I found a problematic scenario with the data. This Code Sample shows the initial solution where it shows three lines for three countries and when…
Yasiru Nilan
  • 447
  • 5
  • 28
0
votes
0 answers

Reduce Number of Tick Labels in javafx category axis -Line chart

How can I decrease and re-adjust the number of tick labels on the category axis? I have a line-chart which takes live data and increases the number of points on x-axis per second which results in too many tick-labels on the x-axis, I want to…
Chetna rustagi
  • 463
  • 7
  • 21
0
votes
1 answer

Line Chart creation using google script - Google sheet as Data source

Hi Have a google sheet data whose data looks like this DATE LSL LCL DATA UCL USL 16 - Nov - 2018 1 3 2.3 7 9 17 - Nov - 2018 1 3 3.1 7 9 18 - Nov - 2018 1 3 2.7 7 9 19 - Nov - 2018 1 3 4.9 7…
0
votes
0 answers

using addEventListener function inside view Google Linechart function

I have an html drop down that I want to connect with a google linechart in order to filter data. I have an event listener inside a setChartView function. I want to set specific columns based on what the user selects. In this…
0
votes
1 answer

JavaFXML + Scenebuilder: LineChart is not showing values

I've got a RootStage with some MenuItems and want to set the center of my Rootstage to an AnchorPane with a LineChart in the middle. The chart got a CategoryAxis on the x-Axis and a NumberAxis on the y-Axis. But now if I call the Controller for the…
0
votes
0 answers

iOS lineChart View size getting small - Swift

Here i am drawing a line chart which contains dotted line and normal lines for that i am separating the values for dotted and straight line and placing in to an array of array.In some cases of values come the graph size is getting smaller than the…
Sachin ks
  • 1
  • 3
0
votes
0 answers

SSRS line chart report

I try to create SSRS line chart repor but I couldn’t create a chart that I need. Y axis must indicate percentage values(PCT_RFT). X axis must indicate time(TIME). I want to indicate product name on line as a label. You can see my data in the below…
Aylin
  • 177
  • 5
  • 17
0
votes
1 answer

D3.js line is returning a random number

Prefacing this with the fact I'm new to D3 and it's probably a simple mistake I'm missing - I know it has to be. Something with the way I'm attempting to access the data. Trying to figure this guy out for a while. (maybe I've looked at it too long)…
Almost_Ashleigh
  • 524
  • 1
  • 4
  • 24
0
votes
1 answer

Kendo MVC line chart tooltip from model

In a Kendo MVC line chart, when the user hovers over a point, I'd like to display several custom values, resulting in a tooltip looking something like: Date produced: 10/18/2018 Quality value: A+ Grade: STD Obviously, each point would display…
0
votes
2 answers

Display data from MySQL database in line chart

I have tried to display a data from MySQL table in line chart. the x-axis hold the staff names and y-axis contains the id number. I faced a problem that the string (staff name) is not showing in the x-axis and it shows only the numeric value The…
Zahraa Ali
  • 75
  • 4