定制 totara/svggraph 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

totara/svggraph

最新稳定版本:3.20.2

Composer 安装命令:

composer require totara/svggraph

包简介

Totara fork for SVG graph - Generates SVG graphs

README 文档

README

SVGGraph generates a variety of graphs in SVG format. For examples, documentation, etc. please see: http://www.goat1000.com/svggraph.php

This library is released under LGPL-3.0.

Example usage:

<?php // if you are using composer you can skip this require 'svggraph/autoloader.php'; // set some options $options = [ 'graph_title' => 'A simple graph', 'bar_space' => 20, ]; // set up an array of values $values = [ 100, 200, 140, 130, 160, 150 ]; // use full namespace to get SVGGraph instance $graph = new Goat1000\SVGGraph\SVGGraph(600, 400, $options); // assign the values $graph->values($values); // render a bar graph $graph->render('BarGraph');

统计信息

  • 总下载量: 1.07k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 10
  • Forks: 32
  • 开发语言: PHP

其他信息

  • 授权协议: LGPL-3.0-only
  • 更新时间: 2026-01-04

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固