You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
`
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
The text was updated successfully, but these errors were encountered: