Metadata-Version: 1.0
Name: eea.googlecharts
Version: 4.2
Summary: Configurator for GoogleCharts
Home-page: http://svn.eionet.europa.eu/projects/Zope/browser/trunk/eea.googlecharts
Author: Zoltan Szabo, European Environment Agency
Author-email: webadmin@eea.europa.eu
License: GPL
Description: Introduction
        ============
        EEA Google Charts provides Google Charts framework integration for
        eea.app.visualization. See eea.daviz package for more details.
        
        
        Contents
        ========
        
        .. contents::
        
        
        Introduction
        ============
        
        Create and configure charts and dashboards on an intuitive visualization editor.
        
        You can easily make visualizations like: 
           2. http://code.google.com/apis/chart/
        
        
        Main features
        =============
        
        
        The main features are:
        
          1. Intuitive visualization editor to create interactive charts.
          2. Large amount of visualizations available: Area, Bar, \
             Bubble, Candlestick, Column, Combo Chart, Gauge, Geo Intensity Maps, Line, Pie, Radar, Scatter, Stepped Area, Table, Tree Map, Motion Charts
          3. Dashboard. Group charts into one dashboard.
          4. Add filters to charts or dashboards.
          5. Share any chart. Embeddabe visualization in any webpage.
          6. Customizable chart options and colors
          7. Data table manipulation via drag and drop, preparing table for chart
          8. Pivot table (Transpose), tranform row values into columns and viceversa
        
        
        Dependecies
        ===========
        
          1. Plone 4.x
          2. eea.converter
          3. eea.app.visualization
        
        
        Live demos
        ==========
        
        Eurostat data employment rates 2000-2010 (demo using Linked Data): 
           http://www.eea.europa.eu/data-and-maps/daviz/data-visualization-employement-trends-eu-1
        
        Google charts demos:
           http://code.google.com/apis/chart/
        
        
        Source code
        ===========
        
        Latest source code (Plone 4 compatible):
           https://svn.eionet.europa.eu/repositories/Zope/trunk/eea.googlecharts/trunk
        
        
        Copyright and license
        =====================
        The Initial Owner of the Original Code is European Environment Agency (EEA).
        All Rights Reserved.
        
        The EEA Google Charts (the Original Code) is free software;
        you can redistribute it and/or modify it under the terms of the GNU
        General Public License as published by the Free Software Foundation;
        either version 2 of the License, or (at your option) any later
        version.
        
        More details under docs/License.txt
        
        
        Funding
        =======
        
          EEA_ - European Enviroment Agency (EU)
        
        .. _EEA: http://www.eea.europa.eu/
        
        Changelog
        =========
        
        4.2 - (2012-04-26)
        ------------------
        * Feature: Added parameters to set the size of embedded charts,
          Removed additional paddings from embedded charts.
          [szabozo0 #5070]
        
        4.1 - (2012-03-30)
        ------------------
        * Upgrade step:
          ZMI > portal_javascripts > disable custom_datatable.js
          ZMI > portal_skins > custom > remove custom_datatable.js
        * Feature: Automatically add Charts as a view for Daviz and create a default
          table view with all columns
          [voineali #4949]
        * Feature: Added the possibility to select color palette on the chart editor
          The palettes can be defined in palettes.js
          Upgrade step:
          ZMI > portal_setup > profile "EEA Google Charts" > import Javascript registry
          [szabozo0 #4988]
        * Bug fix: added default config to disable trail and chart buttons on motion
          chart as it is buggy and crashes on all browsers.
          [demarant #5013]
        * Feature: Refactoring to be able to use this package as a standalone or as
          part of eea.daviz bundle
          [voineali #4996]
        * Bug fix: Fixed column detection in table preparation for google chart api
          [szabozo0 #4992]
        
        4.0 - (2012-03-05)
        ------------------
        * Initial release
          [szabozo0]
        
        
Keywords: eea google chart zope plone
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
