Include the Highcharts Library in your HTML File

To call the <bpm-highcharts> business component from your HTML file, you must include the Highcharts library in the HTML file.

Include the Highcharts library with the other libraries required for client application framework-based applications, as follows:

<script type="text/javascript" src="/apps/app-cdn/tcf/tcf.nocache.js"></script>
<script type="text/javascript" src="/apps/app-cdn/jquery/jquery-3.1.1.js"></script>
<script src="/apps/app-cdn/angular/1.6.0/angular.min.js"></script>
<script src="/apps/app-cdn/angular-ui-grid/ui-grid.min.js"></script>
<script src="/apps/app-cdn/highcharts/4.2.3/highcharts.js"></script>