Skip to main content

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).

linegraph
0 votes
0 answers
20 views

Timeseries graph with dual Y axis with different scales

I have stumbled upon an error in my code that reads as follows: 'Error in scale_y_axis1(labels = scales::comma): could not find function "scale_y_axis1"'. Can you please help me figure out ...
Simba's user avatar
  • 1
0 votes
2 answers
378 views

In the MPAndroidChart, how do you set the labels on the x-axis (time) with a fixed interval?

I've been trying for a week different things I found on SO, including setting the granularity and the axis min and max values. Look at how neatly distributed the values on the y-axis are, the interval ...
Anon's user avatar
  • 45
0 votes
1 answer
30 views

Highcharts image export with HTML labels not working

JS Fiddle: https://jsfiddle.net/xtds1wLh/6/ This is just an example JS Fiddle Here I have specified: useHTML: true in xAxis labels and have also specified: allowHTML in exporting Render looks good but ...
Blank's user avatar
  • 3
1 vote
0 answers
88 views

Adding significance values between groups on line plot in R (ggplot)

I've created a line plot that displays weight data over time in a diet study. I am trying to add significance values between each group at the end of the time period. My data is similar to the ...
Abhishek Shastry's user avatar
0 votes
0 answers
29 views

I have to show 8 labels on x-axis from 10 or more data from response. I am using Line chart Chart.js

I am getting 10 data from response and need to place 8 x-axis labels. It is placing 5 labels only. I provided this on scales x: { border: { color: "#655B96", ...
Sujeet Kumar's user avatar
0 votes
0 answers
48 views

How can I fix my x-axis to show all the years that is within my dataset on my graph as well as take away the .0 .5 at the end of each year label?

I'm having issues on being able to show all the years on my graph that are represented in my dataset such as 2008,2009,2010,2011,2013,2014,2015,2016,and 2017. It is only using the years 2010 2012 2015 ...
Sara's user avatar
  • 1
0 votes
1 answer
94 views

react-chartjs2: How to hide the labels (not legend that appears on top) that appears OVER the graph line (not the x / y axis) in a Line Graph? [duplicate]

How I want the graph to look: How it currently looks: Code for the component: function LineGraph() { ChartJS.register( CategoryScale, LinearScale, PointElement, LineElement, ...
Chinmay Ghule's user avatar
0 votes
0 answers
95 views

How to implement a Dynamic Chart using MESA library?

I have been learning how to use MESA Agent Based Modelling library in python to help my PhD student supervisor. I am simulating the activity and bone formation phase of the bone remodelling process. I ...
Alvaro Rivera's user avatar
0 votes
2 answers
2k views

mui-x line chart unable to render a partial data series alongsdie a complete data series

I'm unable to render data from my stateFullTime array where the first two elements are null as I don't have data in those years. Ideally, I would want the state line series to begin at (x: 2011, y: 53....
Wilfred's user avatar
  • 25
0 votes
0 answers
54 views

Making a graph with ggplot2 out of an excel file with multiple groups

I want to make a line plot with ggplot2 from an excel file of 5 different groups, related to the beta methylation values compared to the probes. i tried different scripts from other websites but i ...
liselot 's user avatar
0 votes
1 answer
155 views

How to show zero values for those with count in other months of line chart and don't show for those 0 at all months in power bi

As shown here in the image the categories that doesn't have value shows the category in the line chart where in it should only show those with values greater than 0, and show 0 values for categories ...
Val's user avatar
  • 1
1 vote
3 answers
66 views

Not able to hide the (indicator) box which is next to the label in Line Graph

If there is no value in graph API response, then graph should not be plotted and also all the legends/label should be hidden (Multiple y-axis) When there is no value in y-axis, I am able to hide the ...
Elizabeth's user avatar
0 votes
1 answer
85 views

Creating a line graph for multiple variables

I am just wondering if someone can help. I am working in R markdown and got the following set of data and same set every year for 5 years in the form of other sets of columns besides this set. ...
Ahmed Mabrouk 's user avatar
0 votes
0 answers
29 views

Line Thickness Detection using image processing techniques

I have a line graph image. I want to find the thickness of the line in the graph. What are possible options to find the thickness of the line in graph image? solutions I thought of: 1)I thought of ...
GhulamFatima's user avatar
0 votes
1 answer
223 views

How to add different colors setCircleColorHole in line graph of MPAndroidChart android?

There are method to add single circle hole color in the graph for all points. setCircleHoleColor(Color.RED); I am adding multiple circle colors using setCircleColors in LineDataSet like this : ...
Dhvani023's user avatar
  • 1,137

15 30 50 per page
1
2
3 4 5
39