Version 0.8.0 does now work on Tomcat Application Server. I can not use ape

Version 0.8.0 does now work on Tomcat Application Server. I can not use apexcharts :( I opened an issue on Github for this problem and reported the error logs.

You can use below jar, Edited script src value as tomcat app context path

From

<script src="../../../../../webjars/apexcharts/3.6.8/dist/apexcharts.js"></script>
<script src="../../../../../webjars/chroma-js/1.1.1/chroma.js"></script>

To

<script src="../../../webjars/apexcharts/3.6.8/dist/apexcharts.js"></script>
<script src="../../../webjars/chroma-js/1.1.1/chroma.js"></script>

17718679.jar (271 KB)