3D图表

本图表基于底层引擎MMGL开发的一套图表,弥补二维图表的不足,数据可以在相同的坐标系中 展示多维数据,主要有柱状图、饼图、折线图、面积图、魔方图等 以下是公司内部的相关demo截图,具体如何使用请看下面的示例代码,在使用中如果碰到问题,您可以提Issus给我。

Chartx3d是chartx图表库的3d补充,引入包 chartx3d, 按照下面的配置就可以快速的展示。

柱状图 柱状图+tip提示

See the Pen 柱子图 by Davidyanlong (@davidyanlong) on CodePen.

柱状图 多列柱状图

See the Pen 多列柱状图 by Davidyanlong (@davidyanlong) on CodePen.

柱状图 堆叠柱状图

See the Pen 堆叠柱状图 by Davidyanlong (@davidyanlong) on CodePen.

柱状图 多图形柱状图

See the Pen 多图形柱状图 by Davidyanlong (@davidyanlong) on CodePen.

折线图 简单折线图

See the Pen 简单折线图 by Davidyanlong (@davidyanlong) on CodePen.

折线图 多轴折线图

See the Pen 多轴折线图 by Davidyanlong (@davidyanlong) on CodePen.

折线图 多轴折线堆叠图

See the Pen 多轴折线堆叠图 by Davidyanlong (@davidyanlong) on CodePen.

折线图 柱折组合图

See the Pen 柱折组合图 by Davidyanlong (@davidyanlong) on CodePen.

热力图 魔方热力图

See the Pen 热力魔方图 by Davidyanlong (@davidyanlong) on CodePen.

饼图 简单配置

See the Pen vYBeGZL by Davidyanlong (@davidyanlong) on CodePen.

饼图 有图例的饼图

See the Pen BaBwKNL by Davidyanlong (@davidyanlong) on CodePen.

饼图 丁格尔玫瑰图

See the Pen 丁格尔玫瑰图 by Davidyanlong (@davidyanlong) on CodePen.

饼图 不同高度的甜甜圈

See the Pen 不同高度的甜甜圈 by Davidyanlong (@davidyanlong) on CodePen.

饼图 不同高度的饼图

See the Pen 不同高度的饼图 by Davidyanlong (@davidyanlong) on CodePen.

饼图 不满360度的甜甜圈

See the Pen 不满360度的甜甜圈 by Davidyanlong (@davidyanlong) on CodePen.

面积图 面积图与最大最小值展示

See the Pen 面积图 by Davidyanlong (@davidyanlong) on CodePen.