futuregrid / cloud-metrics

Project to create usage statistics from IaaS such as OpenStack, Eucalyptus, and Nimbus
2 stars 3 forks source link

class GoogleChartHtml #13

Closed lee212 closed 11 years ago

lee212 commented 12 years ago

class GoogleChartHtml supports to generate html files of google charts. At this time, Google motion chart, stackedArea chart, and cumulative chart would be implemented.

lee212 commented 11 years ago

Instead of having new class GoogleChartHtml, we have decided to use a unified chart class named FGCharts.py. It will cover various chart libraries using standard functions and variables. Currently, PyGoogleChart and highchart are supported.

This issue seems no longer required.