wfriendly/jpgraph

jpGraph,用于制作图表和图形的库

v4.2.1 2018-07-31 01:05 UTC

This package is not auto-updated.

Last update: 2024-09-29 05:08:30 UTC


README

版本 4.2.0

  • 兼容 PHP 7.1

安装

编辑 : composer.json

{
    "repositories": [
        [...],
        {
            "type": "git",
            "url": "https://github.com/steelice/JpGraph.git"
        }
    ],
    "require": {
        [...]
        "steelice/JpGraph" : "4.2"
    }
}

JpGraph 来自 http://jpgraph.net/

这是为 Composer 用户使用 JpGraph 作为供应商库的移植版本

使用 JpGraph\JpGraph::load() 和 JpGraph\JpGraph::module('moduleName') 来加载所需的模块