Skip to content

Commit 1d1c83b

Browse files
282764407@qq.com282764407@qq.com
authored andcommitted
热力图分页功能
1 parent 9d9ca7e commit 1d1c83b

4 files changed

Lines changed: 380 additions & 65 deletions

File tree

adapters/platform/harmony/entry/src/main/ets/pages/HeatmapChart.ets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export struct HeatmapChart {
3131
wrap: FlexWrap.Wrap,
3232
space: { main: LengthMetrics.vp(12), cross: LengthMetrics.vp(12) }
3333
}) {
34-
UCharts({controller: item.ctl, onReady: () => {
34+
UCharts({controller: item.ctl, contentHeight: 180, onReady: () => {
3535
item.ctl.updateData(item.opts)
3636
}})
3737

0 commit comments

Comments
 (0)