Cleaned Javadoc.
This commit is contained in:
parent
ae36d922f4
commit
18b2c3eecc
1 changed files with 5 additions and 2 deletions
|
@ -365,10 +365,13 @@ public class ChartHtmlizer
|
||||||
* the start
|
* the start
|
||||||
* @param end
|
* @param end
|
||||||
* the end
|
* the end
|
||||||
* @param datasets
|
* @param dataset
|
||||||
* the values
|
* the dataset
|
||||||
|
* @param color
|
||||||
|
* the color
|
||||||
* @return the string
|
* @return the string
|
||||||
* @throws StatoolInfosException
|
* @throws StatoolInfosException
|
||||||
|
* the statool infos exception
|
||||||
*/
|
*/
|
||||||
public static String htmlizeMetricsChart(final YearMonth start, final YearMonth end, final MonthValues dataset, final ChartColor color) throws StatoolInfosException
|
public static String htmlizeMetricsChart(final YearMonth start, final YearMonth end, final MonthValues dataset, final ChartColor color) throws StatoolInfosException
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue