Line Graph

Jackson Thomas Browne requested to merge line-graph into main

Basic Line Plot

image

Supports

  • 2 Columned CSV with numbers in x and y axis
  • Zooming and moving the graph around
  • Clipping so the plot does not render out of bounds
  • Axis naming based on the names of the two CSV columns

Testing

  • Has not been tested with ill-formatted CSVs ( although it does seem to truncate any CSV w/ more than 2 columns )
    • Not tested with ill formatted data ( dates / strings / etc. )
    • Not tested with less than 2 columns of data
    • Not tested with extreme ranges of data
  • Has not been tested with web-hooks

Merge request reports