Skip to content

Tag: vue.js

Apex chart x y linear chart based on dateTime

Hey i am using Apex chart with vue.js VueApexChart Here is my option value : and here in my component data here is my series structure: Then i am having my component called like this: Nothing is displayed on the chart Answer Running it in a codesandbox works fine. Are you sure it isn’t just because you …

How to write method in vuejs using js code?

My codepen link https://codepen.io/santoshch/pen/LYWPMQy Facing an issue, when trying to convert the js code to vuejs. in the method i tried writting the js code. but getting error. Answer Here is the code from plain JS to Vue2 https://codesandbox.io/s/peaceful-http-2n9y7?file=/src/components/SelectionBox.vue…

Vue add suffix to model

I try add suffix (date.now) to my model each time when user enter some information in v-model=Name to achieve it i try to make it by function loanDate which trigger each time when i enter name. But the problem is is that do not work correctly and i wonder what is the right way to achieve it: Input field: loan…