[ https://issues.apache.org/jira/browse/AVRO-2004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15895095#comment-15895095 ]
ASF GitHub Bot commented on AVRO-2004: -------------------------------------- GitHub user kdombeck opened a pull request: https://github.com/apache/avro/pull/202 AVRO-2004: fix IPC charts for stats Currently no charts are being drawn for IPC stats. The reason is that the required CSS and Javascript files are not included in the IPC final jar. You can merge this pull request into a Git repository by running: $ git pull https://github.com/kdombeck/avro AVRO-2004 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/avro/pull/202.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #202 ---- commit d9fdcf065b39c0e62d8bcea33fe66e5da0300349 Author: Ken Dombeck <ken.domb...@target.com> Date: 2017-03-03T21:52:48Z AVRO-2004: moved CSS and JS files to a directory where they will be included in the final jar commit 14a8132ab960ff22ad958500ca0b9181b80dec13 Author: Ken Dombeck <ken.domb...@target.com> Date: 2017-03-03T21:54:52Z AVRO-2004: changed Protovis javascript functions to be compatible with Chrome. http://stackoverflow.com/questions/6831655/protovis-what-are-these-functions-with-no-curly-braces ---- > Stats View is not working > ------------------------- > > Key: AVRO-2004 > URL: https://issues.apache.org/jira/browse/AVRO-2004 > Project: Avro > Issue Type: Bug > Components: java > Affects Versions: 1.8.1 > Reporter: Ken Dombeck > Priority: Minor > Fix For: 1.9.0 > > > When trying to view the IPC stats page the charts are not being displayed. > The issue is that the CSS and JS resources are not being included in the jar > artifact. > There are 2 possible solutions that I see to this. > # Move the CSS and JS resources to be with the Velocity template that > generates the HTML. > # Change Maven to include the resources where they currently are. > I will create a Github pull request for option 1. -- This message was sent by Atlassian JIRA (v6.3.15#6346)