Mr14huashao

Results 41 comments of Mr14huashao

@NemesisMate setting: ```java yamlWriter.getConfig().setPrivateFields(true); yamlReader.getConfig().setPrivateFields(true); ``` ```java private TemplateType template; String getTemplate() { return template.getName(); } void setTemplate(String template) { this.template = getTemplateForName(template); } ``` The `template` field is not...

`YamlWriter.close()` is not simply releasing resources, the important thing is to convert the input object into yaml format and write it to the stream. `YamlReader.close()` is to close the stream...

@Dhivyaa21 @NathanSweet - Default ```java String yaml = "key: 001\nkey: 002"; YamlReader reader = new YamlReader(yaml); Object object = reader.read(); ``` object is a HashMap instance, does not support duplicate...

how about the name `newInstanceWithParam(Object... args)`, or rename `newInstance(Object enclosingInstance)` to `newInstanceInner(Object enclosingInstance)`, but the latter may have compatibility issues.

@timmolter What needs to be done? Can this issue provide suggestions?

@timmolter No original effect picture, not sure what to make it look like.

@cpotter1 @timmolter This graph is not supported.

@juliusquismundo `LineChart03` series.setSmooth(true): ![Screenshot_2020-06-08_11-51-32](https://user-images.githubusercontent.com/57353473/83991123-6b561b00-a97e-11ea-877c-88e0483dd5e1.png) Only XYChart support Smooth curved line.

@timmolter This theme is completely different from the previous three themes of XChart. README.md: https://github.com/knowm/XChart#chart-themes

@PetrSlaby Please upload all your codes for the problem as an attachment, such as Demo or test cases or the whole project, and so on,to help you analyze this problem....