Dear all
We observe a strange behaviour with jqx-chart and gradients: The problem is that the charts in our web are displayed without gradients, just the border around the bars. If we just make a minimal sample with the controller/view, in which the charts are displayed, all works fine. So it is not the configuration of the charts, which is the problem.
After reducing the whole project to just having one chart and no more css/js includes, it turned out that it has something todo with ‘#’ in the url – since we use angular-route together with <ng-view>, we have the urls in form ‘page.html#viewX’.
I can reproduce the problem, if I run a local web server and run your chart demo from /demos/jqxangular/chart.htm:
There is no angular-route included (all files are original, jqWidgets 3.7.0), but a # in the url produces the same problem. Please check the animation below:

Does anybody know what we can do? Any help is highly appreciated!
Best regards,
– badera