public class ChartUtils extends Object
Modifier and Type | Method and Description |
---|---|
static void |
writeDataValue(Writer fsw,
String optionName,
Object value,
boolean hasComma)
Write the value of chartJs options
|
public static void writeDataValue(Writer fsw, String optionName, Object value, boolean hasComma) throws IOException
fsw
- a writer object that use to write the value of an optionoptionName
- the name of an optionvalue
- the value of an optionhasComma
- specifies whether to add a comma at the beginning of the option nameIOException
- if writer named fsw is nullCopyright © 2019. All rights reserved.