Metadata-Version: 2.1
Name: pyecharts-extras
Version: 0.0.3
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.3.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 (>=1.3.1)

================================================================================
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. Latest version works with pyecharts 1.3.1.

.. image:: https://user-images.githubusercontent.com/4280312/61274388-a0281500-a7a3-11e9-9501-27e8a1659bd0.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.3 - 15.07.2019
--------------------------------------------------------------------------------

maintenance release
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

#. it use pyecharts 1.3 to draw ChoroplethMap

0.0.2 - 09.06.2019
--------------------------------------------------------------------------------

second release
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

#. it use pyecharts 1.x to draw ChoroplethMap

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

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

#. it draws ChoroplethMap



