Devid

Results 9 comments of Devid

> Perhaps #215 will help you some? > > But it seems like you also are concerned that only one of the two axes is being zoomed? Thanks. But as...

> @DevidCIC Mmh, not sure how to handle this, since it depends on your range (if your axis have values between 0 and 1 for instance, you'd still want labels...

> I solve this issue using y(x)Axes config in chartjs. @DevidCIC > > ``` > options: { > scales: { > yAxes: [{ > ticks: { > callback: function(value) {...

OnReady or onLoaded Event would be better.

@aelij could you share the code ? A search and replace pane is really missing from avalon edit.

I think in the 10.0.0-beta.1 there is a problem with the monaco.d.ts file as it is missing.

I think that you have to set the baseUrl. Something like: ```typescript const monacoEditorConfig: NgxMonacoEditorConfig = { onMonacoLoad, baseUrl: './assets' }; ```

I managed to make Monaco-Editor run in Electron. What I did is overwrite the ngAfterViewInit method from base-editor class generated in JavaScript with my additional implementation. I do this in...

The addition of TypeScript would be very nice.