Navigate to “Developer tools” → “Add Items from Textual Definition” and paste line above.
But I think it is the same as you created above
Navigate to “Developer tools” → “Add Items from Textual Definition” and paste line above.
But I think it is the same as you created above
Is any chance how to show a chart directly on the overview page ?
component: oh-webframe-card
config:
src: http://192.168.6.42:8080/page/page_37558add8b
Nice!
I guess you will need to make a custom widget, please share the result ![]()
Nice, can you please share code for this one?
Widget :
uid: Chart_Prod_Cons_by_ALDA
tags: []
props:
parameterGroups: []
timestamp: Nov 10, 2023, 8:22:40 PM
component: f7-card
config:
style:
background-color: "=props.bgcolor ? props.bgcolor : ''"
border-radius: var(--f7-card-expandable-border-radius)
box-shadow: 5px 5px 10px 1px rgba(0,0,0,0.1)
margin-left: 5px
margin-right: 5px
noShadow: false
padding: 0px
slots:
default:
- component: f7-row
config:
class:
- margin-top
slots:
default:
- component: f7-col
config:
width: 66%
slots:
default:
- component: oh-chart
config:
chartType: month
last two
config:
chartType: month
is start of the code from the chart page. So here you will copy complete code of the chart page