Metadata-Version: 1.0
Name: js.highcharts
Version: 2.3.3
Summary: Fanstatic packaging of Highcharts
Home-page: UNKNOWN
Author: Andreas Kaiser
Author-email: disko@binary-punks.com
License: BSD
Description: js.highcharts
        =============
        
        Introduction
        ------------
        
        This library packages `Highcharts`_ for `fanstatic`_.
        
        This requires integration between your web framework and ``fanstatic``,
        and making sure that the original resources (shipped in the ``resources``
        directory in ``js.highcharts``) are published to some URL.
        
        **Highcharts is not free for commercial use!**
        Please make sure to read the `licensing information`_!
        
        .. _`fanstatic`: http://fanstatic.org
        .. _`Highcharts`: http://www.highcharts.com/
        .. _`licensing information`: http://shop.highsoft.com/highcharts.html
        
        How to use?
        ===========
        
        
        You can import ``highcharts`` from ``js.highcharts`` and ``need`` it where you
        want these resources to be included on a page::
        
          >>> from js.highcharts import highcharts
          >>> highcharts.need()
        
        Or if you want to use the exporting module::
        
          >>> from js.highcharts import highcharts_exporting
          >>> highcharts_exporting.need()
        
        CHANGES
        =======
        
        2.3.3
        -----
        
        -   Initial release.
        
Platform: UNKNOWN
