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
1 answer

Filter Fusion Table Query With WHERE Clause

I have a fusion table with three columns of numeric data. The first column is a four digit year beginning in 1843 and ending in 2016. The next two columns are a count of events (births & marriages) for the corresponding year ranging from 0 to…
Jeff
  • 13
  • 3
0
votes
0 answers

how to show Real-time data on dateAxis in Javafx

Graph Image I just wonder that i wanna make program that show real-time data on DateAxis using javafx chart. now, i made realtime chart but it doesn't match with DateAxis. I know there is CategoryAxis and NumberAxis and when i searched in…
이요한
  • 1
  • 1
0
votes
1 answer

How to display the chart with real time in mpandroidchart?

I am using MPAndroidChart I need to display the line chart with real time. But problem is, it's displaying after the entire completed one. Actually it should plot like real time. What I tried is, private void updateUI(final ArrayList
Shiv
  • 129
  • 3
  • 12
0
votes
0 answers

Diversify colors in matplotlib multiple linechart

import matplotlib.pyplot as plt fig, ax = plt.subplots(figsize=(12,8)) for key in dct.keys(): plt.plot(*zip(*dct.get(key)), label=key) ax.set_xticks(range(0,24)) ax.grid(color='gray', linestyle='-',…
sato
  • 768
  • 1
  • 9
  • 30
0
votes
1 answer

How to display multiple lines in UltraDataChart given a datatable

I Have a datatable with 3 columns Year (string) Line name (string) table.Columns.Add("YEAR", typeof(string)); table.Columns.Add("LINE_NAME", typeof(string)); table.Columns.Add("COUNT", typeof(double)); …
SwiftHands
  • 255
  • 3
  • 12
0
votes
0 answers

JavaFX LineChart draw a red zone

[javafx] [linechart] fx8+ is possible to plot a red region in my linechart... i will explain this better ..i would give to the user a visible "red zone" for understand that a value is to highter than a fixed (final) value, in this case 1000 i can…
0
votes
1 answer

NVD3 How to remove Y-axis in Line chart and also utilize the space of Y-axis after it is removed

I am using NVD3 for showing a line chart. I have this line chart as follows: chart: { type: 'lineChart', height: 150, margin : { top: 20, right: 20, …
0
votes
1 answer

MPAndroid LineChart - HOW to align XAxis labels with gridlines, display XAxis values

I am new to using the MPAndroid LineChart. I have a simple code and have produced a graph as shown below: However, on this, I want to do the following: 1) To match the XAxis labels with the vertical grid lines, so that the grid lines also pass…
0
votes
1 answer

In MPAndroidChart Line graph, Interested to show data set values outside of graph top side

Please check this image, I interested to show chart like this. How can i do? I need this this my output, but need above chart result
Karthik Kompelli
  • 2,104
  • 1
  • 19
  • 22
0
votes
1 answer

How to flip the x-axis labels only in google charts

I'm trying to display the price of a zero-coupon bond in a graph, as the days go from 150 days to maturity to 0 days to maturity, the price rises. When I create the graph the days on the x-axis is always displayed rising however. Is there a way to…
Marcus Grass
  • 1,043
  • 2
  • 17
  • 38
0
votes
1 answer

Line Chart Auto Interval

I have a Line Chart in Visual Studio, and the Axis X values are from 0 to 20000 (43 in total). The values are actually frequency values, and they increase each time. So in the first twenty, it reaches from 0 to 200, but in last 23 it goes from 200…
0
votes
0 answers

Adding Extra data in Basic Line Chart ToolTip.

I followed this Basic Line Chart : Line Chart I wanted to Achieve this kind of ToolTip.. Currently Acc to Tutorial Code ,This could be achieved. There are Two things I wanted to achieve ; Remove X-Axis Tooltip value.(Its coming by default). Add…
Shivam Tripathi
  • 1,405
  • 3
  • 19
  • 37
0
votes
1 answer

Chartjs - Loop thru dataset and assign colors

I want to assign pointBackgroundColor in a line-chart depending on the value of the data. I have this array (example) : Array ( [0] => 7 [1] => 2 [2] => 5 [3] => 6 [4] => 5 [5] => 6 [6] => 7 [7] => 5 [8] => 6 [9] => 4 [10] => 1 [11] => 2 [12] => 7…
rn605435
  • 175
  • 2
  • 12
0
votes
0 answers

name on y axis morris chart

I've a morris line chart and I would like to show 'population' on y-axis like this.
yer
  • 1,454
  • 2
  • 16
  • 33
0
votes
2 answers

Data does not change using ternary operator on Linechart

I want to render different data on my Line Chart Widget component depending on the user input. So I created a select tag: