基于C3.js的图表和图形 - 分支

3.2.0 2020-11-20 23:01 UTC

This package is auto-updated.

Last update: 2024-09-21 08:01:41 UTC


README

Tlapnet/chart分叉

Jakubandrysek 图表

基于C3.js的图表和图形

Licence

Downloads this Month Downloads total Latest stable

安装

$ composer require jakubandrysek/chart

版本

变更

  • 添加基本图表 图表
  • 为饼图、环形图、基本图添加RAW体

更多示例请参考文档

use Jakubandrysek\Chart\DonutChart;

$chart = new DonutChart();
$chart->setTitle("15");
$chart->setValueSuffix(' pcs');

$chart->enableRaw();
$chart->addRaw(array(array("a", 1), array("b",2), array("c",3), array("d",12)));
echo $chart;

概述

维护者