HCE Project DC service web UI
0.2
Hierarchical Cluster Engine DC service web UI
|
Abstract class where all types of operations extend from
TbSumOperation class
Displays a total of specified column name.
TbCountOfTypeOperation class
Renders a summary based on the count of specified types. For example, if a value has a type 'blue', this class will count the number of times the value 'blue' has on that column.
Renders a summary based on the percent count of specified types. For example, if a value has a type 'blue', this class will count the percentage number of times the value 'blue' has on that column.
Displays a Google visualization pie chart based on the percentage count of type.
Displays an chart based on jquery.easy.pie plugin