Skip to content

使用gauge仪表盘,界面显示空白。请问是什么原因,如何修改 #183

Open
@morningYxx

Description

@OverRide
Widget build(BuildContext context) {
return Container( // 必须要用container
height: 180,
width: 300,
child: Echarts(
option: '''
{
tooltip: {
},
series: [
{
name: 'Pressure',
type: 'gauge',
detail: {
},
data: [
{
value: 50,
name: 'SCORE'
}
]
}
]
}
''',
),
);
}
}

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions