diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2008-06-16 15:04:09 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2008-06-16 15:04:09 +0000 |
commit | b3002338ab45dc2bd3eda8fb809bd2418b2233ef (patch) | |
tree | 44163096d9224f6cdd3fb08b8a9695654c020e2a /docs | |
parent | cf3dde9ca8eb4e037ca1319273711c9477be9f07 (diff) | |
download | zetacomponents-graph-b3002338ab45dc2bd3eda8fb809bd2418b2233ef.zip zetacomponents-graph-b3002338ab45dc2bd3eda8fb809bd2418b2233ef.tar.gz |
- Added gallery with graph examples
Diffstat (limited to 'docs')
19 files changed, 127 insertions, 0 deletions
diff --git a/docs/gallery.txt b/docs/gallery.txt new file mode 100644 index 0000000..e51395f --- /dev/null +++ b/docs/gallery.txt @@ -0,0 +1,127 @@ +============= +Graph gallery +============= + +These are examples of images, which can be created using the graph component +from the eZ Components. + +Pie charts +========== + +.. figure:: gallery/pie_chart_2d.png + :target: gallery/pie_chart_2d.png + :alt: 2D pie chart using black palette + + 2D pie chart using black palette + +.. figure:: gallery/pie_chart_3d.png + :target: gallery/pie_chart_3d.png + :alt: 3D pie chart using red palette + + 3D pie chart using red palette + +.. figure:: gallery/pie_chart_background.png + :target: gallery/pie_chart_background.png + :alt: Pie chart with custom background + + Pie chart with custom background + +.. figure:: gallery/pie_chart_in_template.png + :target: gallery/pie_chart_in_template.png + :alt: Pie chart in a SVG template + + Pie chart in a SVG template + +Radar charts +============ + +.. figure:: gallery/radar_chart_trivial.png + :target: gallery/radar_chart_trivial.png + :alt: Trivial radar chart example + + Trivial radar chart example + +.. figure:: gallery/radar_chart_average.png + :target: gallery/radar_chart_average.png + :alt: Radar chart with average line + + Radar chart with average line + +Bar & line charts +================= + +.. figure:: gallery/bar_chart_3d.png + :target: gallery/bar_chart_3d.png + :alt: §D bar chart with different symbols + + §D bar chart with different symbols + +.. figure:: gallery/bar_chart_stacked.png + :target: gallery/bar_chart_stacked.png + :alt: 2D stacked bar chart + + 2D stacked bar chart + +.. figure:: gallery/bar_chart_stacked_3d.png + :target: gallery/bar_chart_stacked_3d.png + :alt: 3D stacked bar chart + + 3D stacked bar chart + +.. figure:: gallery/line_chart_annotations.png + :target: gallery/line_chart_annotations.png + :alt: Combined line / bar chart with annotations + + Combined line / bar chart with annotations + +.. figure:: gallery/line_chart_average.png + :target: gallery/line_chart_average.png + :alt: 2D line chart with interpolated average line + + 2D line chart with interpolated average line + +.. figure:: gallery/line_chart_average_3d.png + :target: gallery/line_chart_average_3d.png + :alt: 3D line chart with interpolated average line + + 3D line chart with interpolated average line + +.. figure:: gallery/line_chart_black.png + :target: gallery/line_chart_black.png + :alt: Combined line/bar chart with black palette + + Combined line/bar chart with black palette + +.. figure:: gallery/line_chart_date_axis.png + :target: gallery/line_chart_date_axis.png + :alt: Line chat on date time axis with dynamic step sizes + + Line chat on date time axis with dynamic step sizes + +.. figure:: gallery/line_chart_phpuc.png + :target: gallery/line_chart_phpuc.png + :alt: Highly reformatted line chart elements + + Highly reformatted line chart elements + +.. figure:: gallery/line_chart_rotated_labels.png + :target: gallery/line_chart_rotated_labels.png + :alt: Rotated labels on X axis + + Rotated labels on X axis + +.. figure:: gallery/line_chart_mathematical.png + :target: gallery/line_chart_mathematical.png + :alt: Sinus function with numeric axis + + Sinus function with numeric axis + +Others +====== + +.. figure:: gallery/odometer_chart.png + :target: gallery/odometer_chart.png + :alt: Odometer chart + + Odometer chart + diff --git a/docs/gallery/bar_chart_3d.png b/docs/gallery/bar_chart_3d.png Binary files differnew file mode 100644 index 0000000..fa8dab5 --- /dev/null +++ b/docs/gallery/bar_chart_3d.png diff --git a/docs/gallery/bar_chart_stacked.png b/docs/gallery/bar_chart_stacked.png Binary files differnew file mode 100644 index 0000000..56f99f4 --- /dev/null +++ b/docs/gallery/bar_chart_stacked.png diff --git a/docs/gallery/bar_chart_stacked_3d.png b/docs/gallery/bar_chart_stacked_3d.png Binary files differnew file mode 100644 index 0000000..e65c4aa --- /dev/null +++ b/docs/gallery/bar_chart_stacked_3d.png diff --git a/docs/gallery/line_chart_annotations.png b/docs/gallery/line_chart_annotations.png Binary files differnew file mode 100644 index 0000000..7963d33 --- /dev/null +++ b/docs/gallery/line_chart_annotations.png diff --git a/docs/gallery/line_chart_average.png b/docs/gallery/line_chart_average.png Binary files differnew file mode 100644 index 0000000..dd77b2b --- /dev/null +++ b/docs/gallery/line_chart_average.png diff --git a/docs/gallery/line_chart_average_3d.png b/docs/gallery/line_chart_average_3d.png Binary files differnew file mode 100644 index 0000000..0e26bce --- /dev/null +++ b/docs/gallery/line_chart_average_3d.png diff --git a/docs/gallery/line_chart_black.png b/docs/gallery/line_chart_black.png Binary files differnew file mode 100644 index 0000000..0ecfc23 --- /dev/null +++ b/docs/gallery/line_chart_black.png diff --git a/docs/gallery/line_chart_date_axis.png b/docs/gallery/line_chart_date_axis.png Binary files differnew file mode 100644 index 0000000..cfc9916 --- /dev/null +++ b/docs/gallery/line_chart_date_axis.png diff --git a/docs/gallery/line_chart_mathematical.png b/docs/gallery/line_chart_mathematical.png Binary files differnew file mode 100644 index 0000000..a25156c --- /dev/null +++ b/docs/gallery/line_chart_mathematical.png diff --git a/docs/gallery/line_chart_phpuc.png b/docs/gallery/line_chart_phpuc.png Binary files differnew file mode 100644 index 0000000..a3f9ce9 --- /dev/null +++ b/docs/gallery/line_chart_phpuc.png diff --git a/docs/gallery/line_chart_rotated_labels.png b/docs/gallery/line_chart_rotated_labels.png Binary files differnew file mode 100644 index 0000000..a8d52f7 --- /dev/null +++ b/docs/gallery/line_chart_rotated_labels.png diff --git a/docs/gallery/odometer_chart.png b/docs/gallery/odometer_chart.png Binary files differnew file mode 100644 index 0000000..17120c6 --- /dev/null +++ b/docs/gallery/odometer_chart.png diff --git a/docs/gallery/pie_chart_2d.png b/docs/gallery/pie_chart_2d.png Binary files differnew file mode 100644 index 0000000..1909c32 --- /dev/null +++ b/docs/gallery/pie_chart_2d.png diff --git a/docs/gallery/pie_chart_3d.png b/docs/gallery/pie_chart_3d.png Binary files differnew file mode 100644 index 0000000..086ea9d --- /dev/null +++ b/docs/gallery/pie_chart_3d.png diff --git a/docs/gallery/pie_chart_background.png b/docs/gallery/pie_chart_background.png Binary files differnew file mode 100644 index 0000000..78d9aac --- /dev/null +++ b/docs/gallery/pie_chart_background.png diff --git a/docs/gallery/pie_chart_in_template.png b/docs/gallery/pie_chart_in_template.png Binary files differnew file mode 100644 index 0000000..04427d4 --- /dev/null +++ b/docs/gallery/pie_chart_in_template.png diff --git a/docs/gallery/radar_chart_average.png b/docs/gallery/radar_chart_average.png Binary files differnew file mode 100644 index 0000000..bfd3005 --- /dev/null +++ b/docs/gallery/radar_chart_average.png diff --git a/docs/gallery/radar_chart_trivial.png b/docs/gallery/radar_chart_trivial.png Binary files differnew file mode 100644 index 0000000..49e4ccf --- /dev/null +++ b/docs/gallery/radar_chart_trivial.png |