Andrew Gregory
Andrew Gregory
### Description When options.xaxis.labels.formatter is provided, the arguments passed to the function are inconsistent. This is causing crashes when attempting to access "opts.w". ### Steps to Reproduce 1. https://codepen.io/andrewg_oz/pen/MWZeEaW 2....
### Tell us about your feature idea Implement support for PWAs utilizing WebBluetooth on iOS devices. ### Do you have an implementation or a solution in mind? [WebBLE](https://github.com/daphtdazz/WebBLE) already implements...
I've found in some cases window.getComputedStyle() is returning empty strings for styles.paddingLeft/Right. The following line: https://github.com/frappe/charts/blob/8f69be05c10635d5726a1aa8843bcfed3c91a786/src/js/utils/dom.js#L85 should probably be changed to something like: ```.js parseFloat(styles.paddingLeft || '0') + parseFloat(styles.paddingRight ||...
I'm using html-minifier-terser 7.2.0 which includes clean-css 5.3 with node 18.12.0 on Windows 10. When I attempt to minify: ``` Test @keyframes test { 0% {rotate: 0deg;} 100% {rotate:360deg;} }...
Saving an adoption event with a family link should behave the same as "Link this individual to an existing family as a child" with an "Adopted" relationship. For example, when...
When using "Link this individual to an existing family as a child" with "Relationship to parents" set to "Adopted", an ADOP event is created for the individual regardless of if...
The following code has a correct gutter preview, but the hover preview does not: ```.css --icon-close: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cstyle%3epath{fill:black}%40media(prefers-color-scheme:dark){path{fill:white}}%3c/style%3e%3cpath d='M289.94 256l95-95A24 24 0 00351 127l-95 95-95-95a24 24...
I have literally been unable to even run this app. As it attempts to load an error is generated and a dialog box appears. The problem is that is appears...
I have a BLE app that generates downloadable data in the browser. The download links I generate do not work (they do nothing) in WebBLE like they do in Safari....
I've been working on an integration of [ApexCharts](https://apexcharts.com/) (which uses this library) with [TiddlyWiki](https://tiddlywiki.com/) and noticed some exceptions in the console. I've tracked them down to the code below that...