Francisco Javier Romero Conde
Francisco Javier Romero Conde
Option synchronisedScroll: true, not working; ``` ``` Please tell me. Thanks.
Is possible JSON Diff similar a http://www.jsondiff.com/?  Thanks!
#### Bug, feature request, or proposal: I want a conditional destroy popover on ngAfterViewInit or better **if it possible open popoverDiscount only with programmable code WITHOUT using mdePopoverTriggerFor**. ``` Angular...
Need https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/dygraphs (is deprecated) @types for https://github.com/danvk/dygraphs Thanks.
Please, Add required options! ```html ``` Thanks.
When I click "Operational", the green bar disappears.  Instead I want to highlight "Operational" above the others (similar to onItemHover but permanent. And the other captions will be dimmed:...
Hi When I add selection event to brush chart produce error: ```js events: { selection: function (chartContext, { xaxis, yaxis }) {}, }, ```  package.json ``` "react": "16.13.1", "react-apexcharts":...
Need to change type?: string to 'column' | 'line' ... etc ```ts export declare type ApexAxisChartSeries = { name?: string; type?: string; data: (number | null)[] | { x: any;...
When I execute `json-server --watch db/db.json --delay 1000` all time I receive message GET /socket.io/?X_LOCAL_SECURITY_COOKIE=&EIO=3&transport=polling&t=1647513933399-13486 404 1007.495 ms - 2 I have - Windows 10. - Node v14.17.6 Thanks.
When component is initialize, data from localStorage is not reading: See your example: https://stackblitz.com/edit/react-vbrkjb?embed=1&file=index.js 