Questions tagged [cumulative-line-chart]

33 questions
3
votes
1 answer

d3: Plot as a cumulative graph

Does d3 have a built in method to plot a data set as a cumulative graph? For example, if the y values are: [2, 4, 2, 2], I want them to actually be plotted as: [2, 6, 8, 10]. Does d3 have a way to do this or would I have to traverse the data set and…
Robert
  • 681
  • 1
  • 6
  • 19
1
vote
0 answers

Power Bi cumulative line chart dynamical axis

The graph already done here Hello in power Bi i am creating a chart with cumulative measure of sales by creation date for a given arrival motnh (orseveral month via a slicer) But get stuck with continous line when date of arrival is > date of…
1
vote
1 answer

Cumulative sum with time-intelligent slicer using dax in powerbi

I'm new to Power BI, and I'm working on this measure to show cumulative sum on specific time period. The case and what I want: I have one Calendar table [DateKey], and main data table [Data], they have relationship based on column date. I need to…
1
vote
0 answers

Issues with Google Line Chart - annotations and legend placement

I am having a couple of issues with Google Line Chart. Here is my code. This is the only chart on the page so far and no additional chart or chart container is kept hidden.