Skip to content

Commit

Permalink
- Added skeleton for graphing component.
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Apr 12, 2006
0 parents commit 74f9714
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CREDITS
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
CREDITS
=======

eZ components team:
-------------------
Sergey Alexeev
Jan Borsodi
Raymond Bosman
Frederik Holljen
Derick Rethans
Vadym Savchuk
Tobias Schlitt
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.0beta1 - [RELEASEDATE]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

- Initial release of this package.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
A component for creating pie charts, line graphs and other kinds of diagrams.
53 changes: 53 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"authors": [
{
"name": "Sergey Alexeev"
},
{
"name": "Sebastian Bergmann"
},
{
"name": "Jan Borsodi"
},
{
"name": "Raymond Bosman"
},
{
"name": "Frederik Holljen"
},
{
"name": "Kore Nordmann"
},
{
"name": "Derick Rethans"
},
{
"name": "Vadym Savchuk"
},
{
"name": "Tobias Schlitt"
},
{
"name": "Alexandru Stanoi"
},
{
"name": "Lars Jankowski"
},
{
"name": "Elger Thiele"
},
{
"name": "Michael Maclean"
}
],
"autoload": {
"classmap": [
"src"
]
},
"description": "A component for creating pie charts, line graphs and other kinds of diagrams.",
"homepage": "https://github.com/zetacomponents",
"license": "apache2",
"name": "zetacomponents/graph",
"type": "library"
}

0 comments on commit 74f9714

Please sign in to comment.