design
来自「一款可以和GOOGLE媲美的开源统计系统,运用AJAX.功能强大. 无色提示:」· 代码 · 共 28 行
TXT
28 行
## Sparkline PHP Graphing Library# Copyright 2004 James Byers <jbyers@users.sf.net># http://sparkline.org## Sparkline is distributed under a BSD License. See LICENSE for details.## $Id: DESIGN,v 1.3 2004/11/09 07:10:42 jbyers Exp $#Not much to see. It's 0.1, after all.Flow------------------------------------------------------------------------------Instantiate appropriate Sparkline subclassLoad data, set parameters, all Set* callsRender convert coordinates calculate image size create image handle set colors fill background draw graph draw featuresOptionally call Draw* functionsOutput / OutputFile
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?