ApexCharts is a modern Javascript library to create beautiful and interactive charts.
Questions tagged [apexcharts]
996 questions
0
votes
0 answers
Apexcharts not working after installed to an existing React project
I'm trying to install Apexcharts to my existing React project then I'm following the official document but it doesn't work, but when I'm trying to create-react-app a new app and install it then it works.....Any solution for this issue?

Daravattanak Ros
- 7
- 2
-1
votes
0 answers
Django and apexjs datetime issues
I try to view some date from the DB on an Apex Char it already worked but now I only get Date or Datetime issues so pls somebody can Help me with this.
The Model that I am Using is this:
class Temperature (models.Model):
temperature =…
-1
votes
1 answer
Uncaught (in promise) TypeError: ser[i].data.map is not a function in apex chart.js
Getting the mentioned error when i try to render a apexchart chart from a json api
also the chart is not rendered in its div
console error
json api link
https://syed1ahmed.github.io/stage-gear/api.json
apex chart chart configs
var ChartOptions = {
…

ren
- 25
- 5
-1
votes
1 answer
ApexChart needs very long time to render
I have a very weird problem, my goal is to render multiple charts on a dashboard with the help of the Apexcharts-Library. Data source for the Graphs is an async AJAX request.
If I run the Server locally all Graphs on Dashboard are visible ~2s after…

trappe
- 1
- 1
-1
votes
1 answer
Getting 'infinity' in apex charts series section
My apex chart series block displays 'Infinity' when there is no series data.
I searched a lot for the solution but couldn't find any.
Attached is the picture below.
Any help you could provide would be much appreciated.
apes.chart

Akshay
- 15
- 2
- 4
-1
votes
2 answers
is there any way to achieve full parent width inside a div even if the parent has padding?
i have a card element here inside this card as you can see i have 2headings and one apex chart. currently the chart also look smaller because of the padding i set on the parent div. i want to make this chart look like a background image ( but i…

Nivethan
- 2,339
- 19
- 22
-1
votes
1 answer
get selected value from first chart into dynamic second chart | Apexchart dynamic charts
the issue im facing is when i end 2nd chart like 'chart.render()' , 2nd chart gets value that i selected in first chart but when i click on another value in first chart , instead of update 2nd chart div , it creats another div vertically.
here is my…
-1
votes
1 answer
Apexchats.js axios gives me undefined with Vue
I am trying to get data from server using vue and apexcharts, but even after I called data with axios, it gives me undefined..
What have I missed?
template

Uhney
- 379
- 1
- 6
- 23
-1
votes
1 answer
Access template selector with cdn import in angular
Is there a way to use a cdn import that requires a components selector to used in template.
eg.: needs to be used in multiple templates.
To reduce my bundle size i've tried to get the cdn import, but now since i've cleared…

Exitl0l
- 459
- 2
- 11
- 27
-1
votes
1 answer
Wait for the element to load and then render the data (vue.JS)
I am trying to put the v-show condition so that once the data is returned the graph is rendered and the data is filled in, but the graph is blank after the data is returned
my JS
methods: {
refresh(){
this.loading = true
…

Christian Guimarães
- 105
- 10
-1
votes
1 answer
Passing a python list to Javascript list for Apexcharts
Im passing my python list to a html element and reading it with JS, but i get this error below.
var test = document.querySelector('#my_variable').value
document.write(test)
var options = {
series: [{
name: "Desktops",
…

Caroni
- 35
- 8
-1
votes
2 answers
How to Display json api data value in stacked bar chart?
Hey i am trying to implement json API data value in stacked bar chart but i don't know how to do it here is json api http://www.mocky.io/v2/5e96ff763000006500b6da20 and its look like
{"topology": [
{
"label": "living_street",
"value":…

Piotr
- 145
- 4
- 16
-1
votes
1 answer
How to pass variable in data property of apexcharts
I have passed the variable Apexcharts name Managerslt which is type of array. But nothing is going to happen after running the code.
series: [{
name: 'Favouritism',
data: [managerslt]
},

Fahad Shaikh
- 1
- 3
-1
votes
1 answer
In bar chart, is it possible to create a bar only marker in the current month (projection)?
I want to create a marker, to make the value projection, but only to the bar of the current month.

Edvaldo Lucena
- 15
- 1
- 7
-2
votes
0 answers
How to preprocess plots in python and display on web?
I am creating a webapp where I want to display the plots using d3.js or apexcharts library. Users can select from the dropdown to see the trendlines for 1 month/3 month/ 6 months/ 1year/ 5 years. The issue I am facing is that, the processing of the…

Pankaj Mishra
- 550
- 6
- 18