Metadata-Version: 2.1
Name: pyecharts-extras
Version: 0.0.1
Summary: Draw speciaized graphs using pyecharts
Home-page: https://github.com/pyecharts/pyecharts-extras
Author: pyecharts dev team
Author-email: info@pyecharts.com
License: MIT
Download-URL: https://github.com/pyecharts/pyecharts-extras/archive/0.0.1.tar.gz
Keywords: python,pyecharts,chart
Platform: UNKNOWN
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: pyecharts (==0.5.11)

================================================================================
pyecharts-extras
================================================================================

.. image:: https://api.travis-ci.org/pyecharts/pyecharts-extras.svg
   :target: http://travis-ci.org/pyecharts/pyecharts-extras

.. image:: https://codecov.io/github/pyecharts/pyecharts-extras/coverage.png
   :target: https://codecov.io/github/pyecharts/pyecharts-extras


.. image:: https://readthedocs.org/projects/pyecharts-extras/badge/?version=latest
   :target: http://pyecharts-extras.readthedocs.org/en/latest/


It draws Choropleth Map simply. It uses pyecharts 0.5.11 and will not work with pyecharts 1.0.0 for now.

.. image:: https://user-images.githubusercontent.com/4280312/56307125-0d43f400-613c-11e9-89e2-092664b1757d.png



Installation
================================================================================


You can install pyecharts-extras via pip:

.. code-block:: bash

    $ pip install pyecharts-extras


or clone it and install it:

.. code-block:: bash

    $ git clone https://github.com/pyecharts/pyecharts-extras.git
    $ cd pyecharts-extras
    $ python setup.py install

Change log
================================================================================

0.0.1 - 17.04.2019
--------------------------------------------------------------------------------

first release
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

#. it draws ChoroplethMap



