Nick Jonas
Nick Jonas
**Describe the bug** I use `XYChart` and `DefaultNumericAxis`, and setting ``` xAxis.setAutoRanging(true); xAxis.setAutoRangeRounding(true); xAxis.setAutoRangePadding(0.2); ``` Error occur in I setLogAxis=true then setLogAxis=false. 1. Then axis tick label disappeared until there...
I set my icon in package.json as ``` build": { "productName": "xx", "appId": "xxx.xx.xx", "win": { "icon": "icon.png" }, "nsis": { "oneClick": false, "guid": "idea", "perMachine": true, "allowElevation": true, "allowToChangeInstallationDirectory":...