troosan

Results 10 comments of troosan

@0b10011 Impressive work. I'm just a bit worried about the non-backward compatibility of the changes. This one will make it very difficult to migrate to a next version. It would...

VLC supports this, maybe you can get inspiration from there? in modules/stream_out/chromecast

Even with latest version (0.16)?

Could you please try with the latest version.

This is currently not possible, the TemplateProcessor only allows you to change the body and the header of the document

I guess your best option is to use applyXslStyleSheet(...) But it would need some code changes, as currently the settings.xml is not loaded

@icy2003 thanks. I integrated your changes in the develop branch

@icy2003 indeed, I was thinking to change this method to be more generic instead of supporting only this feature. to be followed!

@ramziyahya indeed, it seems setting the colors has no effect on line charts. For Pie, Donut, Column, ... it is working.

here is a sample class ```java package test.io.smallrye.openapi.runtime.scanner.dataobject.javax; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlType; @XmlAccessorType(value = XmlAccessType.NONE) @XmlType(name = "TypeName", propOrder = { "field1", "field2" }) public class...