Skip to content

Tag: apexcharts

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 …

ApexCharts.exec updateSeries works only once

Have an issue that I’m trying to figure out with Apexcharts. just to lead with, I cant really post an example as the chart code is somewhat large and relies an web-sockets to get the data so I’m going to try my best to explain the flow with hopes somebody may know what I’m doing wrong here, …

Render vue component in data

I trying to make custom tooltip for apexcharts like in example: https://apexcharts.com/docs/options/tooltip/# and it’s works, but when I set in return some vue component nothing shows. Why is this happening and how to fix it? Answer To make Vue render the component correctly, you’ll have to tell i…

undefiend value in array of objects Vuejs

im trying to make an array with objects but while looping i get as a result the first 83 objects as undefiend and only the last 4 with correct data. I tried to refactor the code several times but i dont seem to find a solution. This is the console log result i get This is the network response i