[Checkins] [zopefoundation/z3c.rml] e1f77b: - Added ``inFill`` property to ``<linePlot>`` whic...
    Stephan Richter 
    noreply at github.com
       
    Fri Mar 27 06:41:02 CET 2020
    
    
  
  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/z3c.rml
  Commit: e1f77b4545d8cd038b3c18c96fd81ba98170ed17
      https://github.com/zopefoundation/z3c.rml/commit/e1f77b4545d8cd038b3c18c96fd81ba98170ed17
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2020-03-27 (Fri, 27 Mar 2020)
  Changed paths:
    M CHANGES.rst
    M setup.py
    M src/z3c/rml/attr.py
    M src/z3c/rml/chart.py
    M src/z3c/rml/dtd.py
    M src/z3c/rml/reference.py
    M src/z3c/rml/rml-reference.pdf
    M src/z3c/rml/rml.dtd
    M src/z3c/rml/stylesheet.py
    M src/z3c/rml/tests/input/tag-linePlot.rml
    M src/z3c/rml/tests/module.py
    M tox.ini
  Log Message:
  -----------
  - Added ``inFill`` property to ``<linePlot>`` which will fill the area below
  the line makign it effectively an area plot.
- Added ability to specify the ``labelTextFormat`` property of ``<xValueAxis>``
  and ``<yValueAxis>`` to be a reference to a function via a Python path.
- Added an example from Stack Overflow that exercises the new features. See
  ``tag0linePlot.rml``.
- Remove Python 3.6 support and add 3.8.
    
    
More information about the checkins
mailing list