ibrahimatcha

Results 3 issues of ibrahimatcha

Hi, I am using a CategoryDataset to produce a bar chart which is then being rendered using a LineAndShapeRenderer to appear as a line chart. I'm having an issue where...

Hi, This is my usage of Pug4J: ``` PugTemplate template; PugConfiguration config = new PugConfiguration(); config.setExpressionHandler(new GraalJsExpressionHandler()); try { template = config.getTemplate("src/main/resources/template/pdf-body.template.pug"); } catch (IOException e) { logger.error("Error getting PUG...

When I try to run `config.setExpressionHandler(new GraalJsExpressionHandler());` using 2.1.0 I get the following exception `java.lang.ClassNotFoundException: jdk.vm.ci.services.Services`. I also get this issue in 2.0.6, 2.05 and 2.04. When I go down...