public class FlashChartBuilder extends Object
| Constructor and Description |
|---|
FlashChartBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static String |
donutChart(int total_passed,
int total_failed,
int total_skipped,
int total_pending) |
static String |
pieChart(int total_passed,
int total_failed) |
static String |
StackedColumnChart(List<TagObject> tagObjectList) |
Copyright © 2015. All Rights Reserved.