3 files
This commit is contained in:
@@ -438,6 +438,37 @@
|
||||
"heading": "Print Activity",
|
||||
"icon": "mdi:chart-box-outline"
|
||||
},
|
||||
{
|
||||
"type": "custom:apexcharts-card",
|
||||
"header": {
|
||||
"show": true,
|
||||
"title": "Z Position (24h)",
|
||||
"show_states": true,
|
||||
"colorize_states": true
|
||||
},
|
||||
"graph_span": "24h",
|
||||
"series": [
|
||||
{
|
||||
"entity": "sensor.octoprint_current_z",
|
||||
"name": "Current Z",
|
||||
"color": "#ab47bc",
|
||||
"type": "line",
|
||||
"curve": "straight",
|
||||
"fill_raw": "last"
|
||||
}
|
||||
],
|
||||
"grid_options": {
|
||||
"columns": "full"
|
||||
},
|
||||
"apex_config": {
|
||||
"chart": {
|
||||
"height": 300
|
||||
},
|
||||
"stroke": {
|
||||
"width": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "history-graph",
|
||||
"title": "Print Progress (24h)",
|
||||
@@ -475,34 +506,6 @@
|
||||
"columns": "full"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "custom:apexcharts-card",
|
||||
"header": {
|
||||
"show": true,
|
||||
"title": "Z Position (24h)",
|
||||
"show_states": true,
|
||||
"colorize_states": true
|
||||
},
|
||||
"graph_span": "24h",
|
||||
"series": [
|
||||
{
|
||||
"entity": "sensor.octoprint_current_z",
|
||||
"name": "Current Z",
|
||||
"color": "#ab47bc",
|
||||
"type": "line",
|
||||
"curve": "straight",
|
||||
"fill_raw": "last"
|
||||
}
|
||||
],
|
||||
"grid_options": {
|
||||
"columns": "full"
|
||||
},
|
||||
"apex_config": {
|
||||
"chart": {
|
||||
"height": 300
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "history-graph",
|
||||
"title": "Printing State (7 days)",
|
||||
|
||||
Reference in New Issue
Block a user