informatics-isi-edu / deriva-webapps

Deriva-based web applications
Apache License 2.0
2 stars 1 forks source link

Plotly data properties #178

Closed jrchudy closed 12 months ago

jrchudy commented 1 year ago

Add support for parsing any query parameters. Allow for type, mode, and marker to be set for each "trace" in the plot. Improve support for line plot use case.

Other changes include parsing all plot data in a general function and only updating the data for each plot type as needed. Improved support for x_col and y_col arrays when parsing 2d and 3d data. Fixed numerous bugs found while testing with the plot-configtest.js.