3D 饼环图初步完成-undefined' ? (1 - internalDiameterRatio) / (1 + internalDiameterRatio) : 1 / 3; // 新增标签 series @20210613 let labelSeries = { id: 'labelSeries
3D 饼环图初步完成,surface 隐藏 grid3D (点击可以选中,滑过可以放大, 内径/外径比 internalDiameterRatio 设置为 0 可得到普通饼图) 原始参数方程: x: cosA * (1 + r * cosB) y: sinA * (1 + r * sinB) z: r * sinB > 0 ? h : -h 角度 A,角度 B,r < 1, h 为饼环厚度 新增简易 label 显示@20210613 第 7 版做了渐变色尝试,如不需要,请手动选择第 6 版@20211228
31-饼
bar
pie -饼
同时展示多个类别信息
多环图表-
适用于大分类下还存在小的分类。
-折线
line