Shimoku Gauge
Half ring gauge
'success', 'error', 'warning', 'success-light', 'error-light', 'warning-light', 'status-error's.plt.shimoku_gauge(
value=-48, menu_path=menu_path, order=0,
rows_size=1, cols_size=3, name="Shimoku",
color=1
)
s.plt.shimoku_gauge(
value=3.56, menu_path=menu_path, order=1,
rows_size=1, cols_size=3,
color="status-error"
)
s.plt.shimoku_gauge(
value=-90, menu_path=menu_path, order=2,
rows_size=1, cols_size=3, name="gauges",
color='#00F0FF'
)
Shimoku Gauges Group

Interesting Usages

Project progress 
KPIs tracking
Last updated
Was this helpful?