Pascal76
Pascal76
Thanks @jakubSzuminski I got this error: `sh build.sh [+] Building 3.1s (9/11) docker:default => [internal] load .dockerignore 0.0s => => transferring context: 2B 0.0s => [internal] load build definition from...
There are missing anti slash characters
size: 2.6GB vs 356MB before V3 !
could you tell me the command line to install the master please ? I tried several methods without success RUN npm install highcharts-export-server@master -g RUN npm install https://github.com/highcharts/node-export-server.git#master -save -g...
same issue for /usr/local/bin/highcharts-export-server The "width" and "height" values from "chart" are ignored
It displays: (node:7) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. (Use `node --trace-deprecation ...` to show where the warning was created) Also the "height"...
docker image list size = 3.08GB !
would be great if php-imap could present the data in a "pretty" formated format and not just in the raw format
waiting for the post 6.0 build, because you added some new changes. Will it be out today ?
Thank you ! It works except for the border attribute (?!) while my JS file contains : Highcharts.AST.allowedTags.push('table'); Highcharts.AST.allowedTags.push('tr'); Highcharts.AST.allowedTags.push('td'); Highcharts.AST.allowedTags.push('center'); Highcharts.AST.allowedTags.push('class'); Highcharts.AST.allowedTags.push('style'); Highcharts.AST.allowedAttributes.push('border'); Highcharts.AST.allowedAttributes.push('align'); Highcharts.AST.allowedAttributes.push('bordercolor'); Highcharts.AST.allowedAttributes.push('zIndex'); Highcharts.AST.allowedAttributes.push('bgcolor'); Highcharts.AST.allowedAttributes.push('cellpadding'); Highcharts.AST.allowedAttributes.push('cellspacing');...