diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2007-03-05 09:50:25 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2007-03-05 09:50:25 +0000 |
commit | 0b40751ce9d57dd978eb085d1f93141dd6a73eed (patch) | |
tree | a4ce445cb4d77b0f0a97840570a0d095c3ecf7e9 /docs | |
parent | 104bdf5ae246e3930cfebddbed0c5236058fee80 (diff) | |
download | zetacomponents-graph-0b40751ce9d57dd978eb085d1f93141dd6a73eed.zip zetacomponents-graph-0b40751ce9d57dd978eb085d1f93141dd6a73eed.tar.gz |
- Explain how to integrate custom palettes with ezcGraph
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tutorial.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/tutorial.txt b/docs/tutorial.txt index 7bbf89d..35b19fd 100644 --- a/docs/tutorial.txt +++ b/docs/tutorial.txt @@ -297,7 +297,9 @@ it like any predefined palette, as previously explained. .. include:: tutorial_example_09.php :literal: -The example now uses the custom palette to format the output. +The example now uses the custom palette to format the output. You may include +palettes using you applications autoload mechanism or just require them like +shown in the example above. .. image:: img/tutorial_example_09.svg.png :alt: Combined bar / line chart with custom palette |