=====
Chart
=====

.. automodule:: leather.chart
    :no-members:

.. autosummary::
    :nosignatures:

    leather.Chart

Adding data
-----------

.. autosummary::
    :nosignatures:

    leather.Chart.add_series
    leather.Chart.add_bars
    leather.Chart.add_columns
    leather.Chart.add_dots
    leather.Chart.add_line

Customizing
-----------

.. autosummary::
    :nosignatures:

    leather.Chart.set_x_scale
    leather.Chart.set_y_scale
    leather.Chart.set_x_axis
    leather.Chart.set_y_axis

Rendering
---------

.. autosummary::
    :nosignatures:

    leather.Chart.to_svg
    leather.Chart.to_svg_group

Detailed list
-------------

.. autoclass:: leather.Chart
    :members:
