Francisco Javier Romero Conde

Results 17 issues of Francisco Javier Romero Conde

Option synchronisedScroll: true, not working; ``` ``` Please tell me. Thanks.

Is possible JSON Diff similar a http://www.jsondiff.com/? ![image](https://user-images.githubusercontent.com/7735329/95429808-2dc4c700-094b-11eb-8af9-7099d10aea2d.png) 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...

bug
help wanted
P2: required

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. ![image](https://user-images.githubusercontent.com/7735329/122941328-96d35a00-d375-11eb-8131-6136633e0273.png) 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 }) {}, }, ``` ![image](https://user-images.githubusercontent.com/7735329/86892885-251ce480-c101-11ea-9c3a-c4bbbc320c31.png) 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;...

enhancement

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 ![image](https://user-images.githubusercontent.com/7735329/114838147-b3cb3a00-9dd4-11eb-8edd-c1fb40097095.png)