Highchart Module

__init__

model_report.highcharts.__init__.HTMLEntitiesToUnicode(text)

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

model_report.highcharts.__init__.unicodeToHTMLEntities(text)

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

base

class model_report.highcharts.base.CollectionObject

Class to represent collection of dict values

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

Class to represent dict values

options

model_report.highcharts.options.get_highchart_data()

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