pip install --upgrade shimoku-api-python
data_ = [
{
"description": "",
"title": "Estado",
"value": "Abierto",
"align": "center",
},
{
"description": "",
"title": "Price ($)",
"value": "455",
"color": "success",
},
{
"description": "This is a description",
"title": "Volumen",
"value": "41153"
},
{
"description": "",pyth
"title": "Cambio €/$",
"value": "1.1946",
},
]
s.plt.indicator(
data=data_,
menu_path='test/indicator-test',
row=1, column=1,
value='value',
header='title',
footer='description',
align='align',
color='color'
)