Marceau Dewilde

Results 6 comments of Marceau Dewilde

@jochec changes are now available in 2.5.0 on Maven Central.

Thank you for the report. I hadn't considered that deserializing json charts may be useful to some, so as you discovered, this behavior is lacking. I've added a test to...

That's something I haven't seen documented yet, but it does appear that Chart.js accepts more than just strings: The labels on the page you link are [_moments_](https://momentjs.com/), which I assume...

To be honest, I'm not 100% clear on what is required. We could add a method along the lines of ``` public D addLabel(Object o) { this.labels.add(String.valueOf(o)); return (D) this;...

Unfortunate issue, and nice of you to let me know. To resolve this, I was thinking of adding a custom serializer, that adds the type depending on some condition. However,...

Also hit this. I would propose adding a method `addClass` to append a class. This is well known to all who ever worked with jQuery, for example, and would allow...