Elina Keränen

Results 14 issues of Elina Keränen

### Prerequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md#creating-an-issue). - [X] I agree to follow the [Code of Conduct](https://ionicframework.com/code-of-conduct). - [X] I have searched for [existing issues](https://github.com/ionic-team/ionic-framework/issues) that already...

needs: reply

### Version info **Angular:** 12.2.0 **Firebase:** 9.6.6 **AngularFire:** 7.2.1 ### Expected behavior I need to set user id and a user property after a user has logged in. User property...

### Version info **Angular:** 12.2.0 **Firebase:** 9.6.6 **AngularFire:** 7.2.1 ### How to reproduce these conditions **Steps to set up and reproduce** In app.module.ts: `{ provide: DEBUG_MODE, useValue: true }` `{...

I'm using ion-split-pane in my project to follow master-detail pattern, in which you place two router-outlets on your app.component.html and then you can navigate separately on each side of the...

Firebase is integrated with Google Tag Manager, which means that I can add my **GTM Container ID** to Angular project, and have Firebase-generated measurement id added to head at runtime...

I need to use superscript and subscript like this ``` This text contains subscript text. This text contains superscript text. ``` This text contains subscript text. This text contains superscript...

### Expected behavior I use ChartJS with Angular (12.2.17). Angular by default uses localization en_US for number formatting. ChartJS has not documented what is the default locale, so I assumed...

type: bug

### Expected behavior I want my legend in the top left corner with padding on the left ``` plugins: { legend: { display: true, align: 'start', title: { display: true,...

type: bug

### Expected behavior [This closed issue](https://github.com/chartjs/Chart.js/issues/11283) describes how not having events property in legend breaks onclick - mousedown behavior. The fix was implemented for Plugin, but Legend does not implement...

type: bug

I have set limits for zoom like this: `limits: { x: { minRange: 0.1 } }` I have set zoom mode to x, and disabled panning. When I reach the...