What's new - `**kwargs` passed to `Chart.export` are passed to the `requests.post` API request
Bug fixes None
Docs None
Chores - Refactored testing pipeline - Run ruff checks
0.1.30
What's new - new convenience arguments for `marker` in `chart.plot`: `markersize` (or `ms`), `markercolor` (or `mc`), `markerlinewidth` (or `mlw`), `markerlinecolor` (or `mlc`)
Bug fixed - passing `xformat=:.2%` in `easychart.new` was not parsed correctly
Docs None
0.1.29
What's new - specifying number of decimals to use when setting `yformat` in `easychart.new` (e.g. `:.2%`) - support for stock charts using the new `constr` argument in `easychart.new`