From 4ac1f769ef22d325d1227977d9704fa623fac9a1 Mon Sep 17 00:00:00 2001 From: Florian Mounier Date: Fri, 21 Feb 2014 18:31:31 +0100 Subject: [PATCH] Add french maps doc --- pages/basic_customizations.rst | 36 ++++- pages/chart_types.rst | 254 +++++++++++++++++++++++++++++++++ pages/home.rst | 5 +- 3 files changed, 292 insertions(+), 3 deletions(-) diff --git a/pages/basic_customizations.rst b/pages/basic_customizations.rst index 99fa638..3d08114 100644 --- a/pages/basic_customizations.rst +++ b/pages/basic_customizations.rst @@ -277,9 +277,9 @@ Allow label rotation (in degrees) to avoid axis cluttering: Change minor/major labels ~~~~~~~~~~~~~~~~~~~~~~~~~ -``x_labels_major, x_labels_major_every, x_labels_major_count, show_minor_x_labels`` +``x_labels_major, x_labels_major_every, x_labels_major_count, show_minor_x_labels, y_labels_major, y_labels_major_every, y_labels_major_count, show_minor_y_labels`` -You can alter major minor behaviour for the abscissa thanks to `Arjen Stolk `_ +You can alter major minor behaviour of axes thanks to `Arjen Stolk `_ .. pygal-code:: @@ -327,6 +327,38 @@ You can alter major minor behaviour for the abscissa thanks to `Arjen Stolk `_ diff --git a/pages/home.rst b/pages/home.rst index e508f6a..02453de 100644 --- a/pages/home.rst +++ b/pages/home.rst @@ -5,7 +5,7 @@ Presentation ============ -pygal 1.3.0 is a dynamic SVG charting library. +pygal 1.4.0 is a dynamic SVG charting library. .. class:: thumbs @@ -64,6 +64,8 @@ It features various graph types: - `Worldmap charts `_ +- `Country charts `_ + Python/Css styling with some pre-defined themes. See `styling `_. @@ -97,6 +99,7 @@ Needed dependencies pygal uses `lxml `_ to generate the svg, this is the only needed dependency. + Optional dependencies ---------------------