Browse Source

Edit the news

pull/36/head
Florian Mounier 12 years ago
parent
commit
9fcd17afab
  1. 13
      news/fmounier/2012-09-17@12:00:00.rst
  2. 6
      static/css/style.css
  3. BIN
      static/news/cabaret.png

13
news/fmounier/2012-09-17@12:00:00.rst

@ -1,14 +1,19 @@
Pygal 0.12.0
Pygal 0.12.1
============
Pygal 0.12.0 is out!
Pygal 0.12.1 is out!
Get it via `PyPi <http://pypi.python.org/pypi/pygal/>`_.
Changelog
---------
- Cabaret is online, check out the new pygal chart generator here: `cabaret.pygal.org <http://cabaret.pygal.org/>`_.
.. image:: /news/cabaret.png
:target: http://cabaret.pygal.org/
- Core rewrite of the instanciation mechanism. Now it works with ghost objects holding configuration and values. Those phantoms instanciate the real objects only when the render function is called. It simplifies a lot of code.
- Support of label indexed values, ie:
@ -29,3 +34,7 @@ Changelog
chart.add('Serie', {'value': 2, 'label': 'my only value'}) # Don't write that
chart.add('Serie', [{'value': 2, 'label': 'my only value'}]) # Write this instead
- New config self description for cabaret
- Minor fixes

6
static/css/style.css

@ -330,3 +330,9 @@ footer ul li a:focus {
float: right;
margin: 10px;
}
section img {
margin-left: 5%;
width: 90%;
max-width: 1218px;
}

BIN
static/news/cabaret.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Loading…
Cancel
Save