v.0.3
On 2022.01.25
Last updated
Was this helpful?
On 2022.01.25
Last updated
Was this helpful?
This version has been deprecated. If used with the current API version it can produce unexpected behaviour or errors.
The package shimoku-api-python is no longer maintained
Alert Indicators s.plt.alert_indicator()
can have other Reports in the same row.
The variable menu_path
now doesn’t modify capital and lower cases
s.plt.delete_path()
Which can be used to remove any URL with all the reports within it directly. Example:
Let’s say that we have a menu path equals to test-path/line-test'
and we want to remove line-test
and everything on it, then we can:
Or you may want to remove it all, then you can simply delete it in the following way:
s.plt.append_data_to_trend_chart()
Now it is possible to append data to already existing charts. For example
It will first create the chart and second append the new 2 days of data:
A new chart: Horizontal barchart is available: s.plt.horizontal_barchart()
An example follows
A new chart: Zero centered barchart is available: s.plt.zero_centered_barchart()
An example follows: