Highchart Module

__init__

reports_creator.highcharts.__init__.HTMLEntitiesToUnicode(text)

Converts HTML entities to unicode. For example ‘&’ becomes ‘&’.

reports_creator.highcharts.__init__.unicodeToHTMLEntities(text)

Converts unicode to HTML entities. For example ‘&’ becomes ‘&’.

base

class reports_creator.highcharts.base.CollectionObject

Class to represent collection of dict values

class reports_creator.highcharts.base.DictObject(**default)

Class to represent dict values

options

reports_creator.highcharts.options.get_highchart_data()

Function helper that returns a basic all default values of highcharts javascript options.