Module

Helper Highcharts

Methods

# inner axisFormatterByteSize(decopt, onlyMaxopt)

Axis formater

Parameters:
Name Type Attributes Default Description
dec number <optional>
2

Number of decimals for the values

onlyMax boolean <optional>
false

Use the max value as unit or dymanic

View Source widgets/helpers/highchartsHelper.js, line 13

# inner valueFormatterByteSize(dateFormatopt)

Formatter for values as bytes Date Format: http://api.highcharts.com/highcharts/Highcharts.dateFormat

Parameters:
Name Type Attributes Default Description
dateFormat string <optional>
'%e %b.'

Format value for the date

View Source widgets/helpers/highchartsHelper.js, line 30

# inner valueFormatterCount(dateFormatopt)

Formatter for values as counter Date Format: http://api.highcharts.com/highcharts/Highcharts.dateFormat

Parameters:
Name Type Attributes Default Description
dateFormat string <optional>
'%e %b.'

Format value for the date

View Source widgets/helpers/highchartsHelper.js, line 45