question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Multiple years (time-series) in one overview? `xs`?

See original GitHub issue

I am trying to display a line chart (timeseries) of multiple years but plotted in one year overview. However, not all years have data for the same days.

So I need a view somewhat like: https://naver.github.io/billboard.js/demo/#Chart.TimeseriesChart But dealing with multiple years on the x-axis.

So, I have the following: data for years 2019-2021 My problem is: at the x axis (datum) does not overlap. image

I’d like to see just 12 months on the x axis and all data for 2019, 2020 and 2021 ‘overlapping’ in the same ‘view’…

I believe this should be possible/done with xs but I could you help me get started?

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
netilcommented, Mar 30, 2021

@davidhund, checkout the differences of each x Axis’ type. By modifying x Axis’ value you can understand how it scales.

0reactions
JankoKrsmanoviccommented, Nov 15, 2022

image

Can i fix this values down here (1 5 8 10 15 20 22 30) i want for example (5 10 15 20 25 30)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Multivariate Time Series Forecasting with LSTMs in Keras
This is a dataset that reports on the weather and the level of pollution each hour for five years at the US embassy...
Read more >
Time series graph of multiple series, dates on x-axis - YouTube
Excel Graphing with Dates · Class Tutorial 05 - Time and Date in Excel · How To Plot an Excel Chart with Two...
Read more >
Time Series Analysis | Time Series Modeling In R
Most of business houses work on time series data to analyze sales number for the next year, website traffic, competition position and much...
Read more >
concatenating/ merging time series (in R) - Stack Overflow
as a simple but realistic case - a dozen (one per each month to get a full year of data). More generally, I...
Read more >
Basic Regression Analysis with Time Series Data
data is that a time series data set comes with a temporal ordering. ... Then, a static multiple regression model explaining murder rates...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found