跳到主要内容

3 篇博文 含有标签「Chart」

查看所有标签

· 阅读需 3 分钟
Ruihua Niu
cover image

Overview

Creating a heatmap chart in Echarts typically involves utilizing the series.data property in conjunction with the xAxis.data and yAxis.data properties. However, this method often requires many data manipulation and lacks flexibility. This article sets out to investigate an alternative approach to crafting more adaptable and potent heatmap charts in Echarts with React, a technique not covered in the official documentation.