All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- ability to pass plotly traces keyword arguments e.g. 'marker', 'selector' etc via
update_traces_kwargs - top level schema validation for
x_axes_kwargsandy_axes_kwargs - example of marker size to example json in readme
- schema validation for trace_mode now allows combinations such as 'lines+markers'
- readme to better indicate the keys of the pass through arguments
- ability to pass plotly layout keyword arguments e.g. 'font, 'legend' etc via
update_layout_kwargs
- useability improvement: space characters are stripped from x_id, y_id and also from the loaded dataframe column headers therefore leading and trailing spaces no longer create errors
- remove_from_trace_label
- file and folder filters can take an array of strings as will as a single string
- x_time_format: x value time stamp in file name conversion to seconds using strptime format codes
- x_id_is_reg_exp
- this changelog
- features section of readme indicates the keys for the referenced features
- html/png file name generation: my_plot_info.json -> my_plot.html
- correct references of list to array in schema template - JSON calls them arrays
- min and max post processing functionality
- load_data.py: stack trace logging on error during try in Folder init