Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ForecastDataPoints for only certain series in a multi series line chart #4107

Closed
shifatul-i opened this issue Nov 15, 2023 · 1 comment
Closed
Labels

Comments

@shifatul-i
Copy link

shifatul-i commented Nov 15, 2023

Having 2 series ...

series: [
  {
    name: 'Oct',
    data: [50, 50, 60, 1400, 1400, 1400, 1800, 1900, 1900, 1900,
      1900, 1900, 1980, 2100, 2130, 2160, 2190, 2190, 2190, 2190,
      2200, 2300, 2300, 2330, 2330, 2330, 2330, 2800, 2900, 2900]
  },
  {
    name: 'Nov',
    data: [0, 20, 20, 1300, 1300, 1450, 1600, 1610, 1700, 2010,
      2010, 2010, 2200, 2200, 2410, 2410, 2410, 2410, 2410, 2410,
      2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410],
  },
],
forecastDataPoints: {
  count: 12,
  strokeWidth: 1,
  dashArray: 5,
} ...

I would like to apply forecast only on Nov.

@shifatul-i shifatul-i added the feature-request New feature or request label Nov 15, 2023
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant