Vasyl Moskalov
Vasyl Moskalov
http://jsfiddle.net/Lwp86dqz/ 2. Browser and Operating System that exhibit the problem Chrome 74/Linux 3. Version of dygraphs that you're using 2.1.0
Node.js 4.2.6. Got ``` /path/to/test/node_modules/geotiff/src/geotiffimage.js:628 XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null ^ ReferenceError: XPathResult is not defined at Object.GeoTIFFImage.getGDALMetadata (/path/to/test/node_modules/geotiff/src/geotiffimage.js:628:7) at /home/mvtm/projects/radar/server/src/testgt.js:15:21 ```
Got this error message: ``` /path/to/test/node_modules/geotiff/src/dataview64.js:1 (function (exports, require, module, __filename, __dirname) { class DataView64 { ^^^^^ SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode...
### Description When you mix the logarithmic and non-logarithmic y-axis then non-logarithmic is almost not shown. ### Steps to Reproduce 1. Create apexchart with mixed logarithmic and non-logarithmic axes ###...
- Finished translating to napi; - Implements (u)int64 and string variables; - Supports nodejs from 8.x to 18.x - Added version property; Tested with nodejs 8.x, 10.x, 16.x and 18.x
# Bug report Got "TypeError: Cannot read property 'toString' of undefined" when trying to plot stacked chart mixed line and bar with stackType set to '100%' ## Codepen https://codepen.io/mvtm/pen/VwpbpYw ##...