Metadata-Version: 1.1
Name: hidash
Version: 0.1.8
Summary: A Django app to generate google charts, excel and pdf straight from the database.
Home-page: UNKNOWN
Author: Devashish Sharma , Swapnil Tiwari
Author-email: devashishsharma2302@gmail.com , swapniltiwari43@gmail.com
License: MIT
Description: The Project can be explained as follows:
        
        - Provide the chart details in an xml file.
        
        - Provide the path to your xml in your settings.py.
        
        - Make API calls to fetch the chart data as supported by Google Charts generated directly from your database. Or, you can just use our
        
        - Javascript library to get the chart directly using an angular directive <hi-dash> without making any API calls manually.
        
        - Use our APIs to generate reports of the charts in excel or pdf format.
        
        - UI Ready Dashboard- Group reports in the xml file and see all the charts in a single page by just hitting a single url and writting zero lines of code.
        
Keywords: Chart,reports,Export,django,dashboard,google charts,excel,pdf
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
