喻奴小少
Results
2
issues of
喻奴小少
``` javascript $.getJSON( ROOT_PATH + '/data-gl/asset/data/buildings.json', function (buildingsGeoJSON) { echarts.registerMap('buildings', buildingsGeoJSON); var regions = buildingsGeoJSON.features.map(function (feature) { return { name: feature.properties.name, value: Math.max(Math.sqrt(feature.properties.height), 0.1), height: Math.max(Math.sqrt(feature.properties.height), 0.1) }; }); myChart.setOption({...
为什么这么实用的一个库没有持续更新了,不跟现有的element-ui保持同步的更新主题了