Posts

Showing posts from January, 2023

Donate

Vue 2 Charts (vue-chartjs v4) Not Working In Quasar Framework Project Version 1x

Image
Hello, We have a new sprint to work with that is to add metrics module to an existing project with tabular and charts. Since this is a legacy version of Quasar project, we need to add an old version of charts plugin also. There were lots of chart plugins to choose from but the team had the experience working with chart.js before in ASP.NET MVC projects and so we opt to select vue-chartjs as such. However, getting the plugin to work with the legacy Quasar project is a pain in the butt. I had to research in the forums and stackoverflow to make it work since the commands to install vuechart-js does not work on our app. After researching and experimenting for several hours, I came up with the solution that is to specify the versions of vue-chartjs and the chart.js during installation npm i vue-chartjs@4.1.2 chart.js@3.9.1 . After that, we can now fully utilize the features of vue-chartjs v4. The Quasar project that we are working has the following versions: Quasar: 1.2.2 Vue.js: 2

Turn On Samsung Galaxy Note 10 Lite Edge Lighting

Image
Good day! After updating my Samsung Galaxy Note 10 Lite mobile phone from Android 12 to Android 13, I need to enable the Edge Lighting again. To do this go to Settings -> Notifications -> select Notification pop-up style. Select Brief -> Edge Lighting Style From there, you can choose an Edge Lighting style based from the templates provided. For this to work with Facebook Messenger, open your messenger app and go to Settings -> Notifications & Sounds. Toggle/switch on the 'Show as pop-up' feature. That's it!

How To Enable Notepad++ Editor Dark Theme Mode In Windows 10 Or Windows 11

Image
Hello, I've just downloaded the latest updates of my Notepad++ editor and randomly checked the settings menu if there are added features that I can play with. After exploring the settings menu, one of the things I noticed is that I can now change the theme of the editor for light to dark. To do that, go to Settings -> Preferences -> Dark Mode. By default, Light mode is enabled. Switching from Light to Dark mode changes the background color/theme to something darker which is preferable by most users. Cheers!

Donate