Skip to content

Horizon Graph does not plot the data in a reasonable way #423

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

Closed
alefac912 opened this issue Apr 18, 2025 · 1 comment
Closed

Horizon Graph does not plot the data in a reasonable way #423

alefac912 opened this issue Apr 18, 2025 · 1 comment

Comments

@alefac912
Copy link

In which chart does the bug happen?

Horizon Graph

RAWGraphs Version

RAWGraphs 2.0

Web browser and version

Google Chrome
Version 135.0.7049.85

Operating System

MacOS Sequoia 15.1

Steps to reproduce this

  1. Paste the following data
    `
    range | data | value
    -- | -- | --
    2001 | max | -47
    2001 | max | 30
    2002 | max | 269
    2002 | max | -62
    2003 | max | 163
    2003 | max | -87
    2004 | max | -94
    2004 | max | 743
    2005 | max | -65
    2005 | min | -73
    2006 | min | 112
    2006 | min | 104
    2007 | min | -56
    2007 | min | 309
    2008 | min | -19
    2008 | min | 37
    2009 | min | 16
    2009 | min | 72

`
2. Select the Horizon Graph
3. Then map range as X Axis, value as Y axis and data as Groups

Project file

Additional context

@alefac912
Copy link
Author

EDIT

The variables in the column data have the same name as javascript functions and that might have caused the problem. By changing "min" and "max", the issue was solved.

@mikima mikima closed this as completed Jun 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants