sakitam-fdd / ol3Echarts

:earth_asia: :bar_chart: ol3Echarts | a openlayers extension to echarts
https://sakitam-fdd.github.io/ol3Echarts
Other
322 stars 81 forks source link

coordinateSystem的问题 #102

Closed outman-chen closed 2 years ago

outman-chen commented 2 years ago

if (coordSys.type === 'cartesian2d' || coordSys.type === 'calendar') 报错: TypeError: Cannot read properties of null (reading 'type') at ExtendedClass.render (HeatmapView.js?480e:116:1) at Task.progress (Chart.js?e887:281:1) 请问是怎么回事呢? 我是想渲染热力图 { type: 'heatmap', coordinateSystem: "openlayers", data: heatPoints[j], pointSize: 5, blurSize: 15, },