brunobuzzi / BpmFlow

An implementation of BPMN standard using GemStone/S®, Orbeon®, Bizagi® and Highcharts®
7 stars 4 forks source link

In a fresh installation charts are not working #1133

Open brunobuzzi opened 4 years ago

brunobuzzi commented 4 years ago

err-highcharts

Highcharts6DevelopmentMetadataLibrary - is not added as library to BpmFlow.

After adding this library the charts work as expected.

Analyze why in the current development only with Highstock6DevelopmentMetadataLibrary is enough.

brunobuzzi commented 4 years ago

The following image is from current development and charts are working only with Highstock6DevelopmentMetadataLibrary. Why in a fresh installation also Highcharts6DevelopmentMetadataLibraryis needed ? highcharts-lib-01

brunobuzzi commented 4 years ago

For some reason some JS files are missing in a fresh installation. The workaround is:

Highstock6DeploymentMetadataLibrary 
recursivelyAddAllFilesIn: 
'/home/gemstone/GsDevKit_home/shared/repos/BpmFlow/scripts/highstock-6.0.3'

Research why the JS files are stored in this folder....