apexcharts Questions
3
This is my script options, use apexcharts chart
And my script
var options = {
series: [{
name: 'Profit',
data: [{"x":"2021-08-29","y":0.23},{"x":"2...
Rite asked 29/9, 2021 at 8:34
2
I'm trying to add a new series to my ApexCharts (in ngOnInit) but it keeps telling me, that my chart is undefined, even though i initialized it in the constructor. I've choosen the "multiple s...
Rabkin asked 2/3, 2021 at 14:54
3
Solved
Problem
My Next.js/React/Node app crashes when I import Chart from "react-apexcharts" in any file. Attempting to visit the app results in the following error: Server ErrorReferenceError: ...
Filariasis asked 1/6, 2021 at 7:43
7
Solved
I'm trying to use apexcharts for a next.js application and it's returning me window is not defined.
I would love any help with that.
Does someone know what is happening and why?
import React from '...
Cudweed asked 30/7, 2021 at 20:28
7
I have used this code in ts
export type pieChartOptionss = {
series?: ApexNonAxisChartSeries | '';
chart?: ApexChart | '';
legend?: ApexLegend | '';
dataLabels?: ApexDataLabels | '';
responsiv...
Numeral asked 31/3, 2021 at 10:45
2
I'm using bar chart from ApexCharts. The horizontal x axis has counts of items. When the number goes too low like 1, 2, the axis shows intermediate decimal values which doesn't make sense. How to f...
Zellazelle asked 13/12, 2021 at 14:17
1
I got this error when I use react-apexchart in Typescript.
Does any one know why this happens?
/Users/apple/Downloads/stake-governance/src/components/chart/AreaChart.tsx
TypeScript error in /Users...
Peasecod asked 5/5, 2022 at 15:33
3
Solved
I'm developing a website for a society and I am using apexCharts.js, I want to show a simple pie chart but when I display this, the value on dataLabel is a percent.
I don't want to convert them int...
Method asked 4/4, 2019 at 8:53
3
Solved
I am creating a chart project with apexChart. My aim is to hide xaxis labels which has odd index of the xaxis elements. with some hours of researches in the net, I can not still achieve it.
Could a...
Assembler asked 20/7, 2020 at 13:0
8
Solved
I'm using apexcharts with vue. I want the sparkline graph to take 100% of the width of it's parent.
So this is what I did:
<div>
<apexchart
:options="chartOptions"
:series=&qu...
Collegium asked 29/9, 2020 at 17:33
4
Following is an angular app with graphs made of apex charts
https://codesandbox.io/s/apx-column-distributed-d3ns7?from-embed
How can I remove the horizontal lines of that chart & its axis lines...
Policy asked 26/6, 2020 at 8:18
2
Solved
I've tried everything I can. If anyone can help me out, it'll be great. I want the numbers on the graphs and the legend gone
Rae asked 19/11, 2020 at 13:15
4
Solved
I am using ApexCharts to show some stats. I wanted to hide the x-axis tooltip which is marked in red in the image
Immersionism asked 13/3, 2019 at 11:25
1
I'm writing an angular application using two libraries: ngx-bootstrap and ng-apexcharts. ApexCharts provides an angular component, called <apx-chart> that takes an input called tooltip of typ...
Potentiate asked 1/12, 2021 at 21:20
1
I saw this post on GitHub about rounded bar charts (https://github.com/apexcharts/apexcharts.js/issues/422) and was wondering how to round the bottom of the chart
I am using version 3.27.3.
I want ...
Wound asked 27/7, 2021 at 11:45
2
I need an event to be triggered whenever someone clicks on my chart or on one of the bars but for some reason events don't trigger for me.
This is my code:
<apexchart type="rangeBar" :...
Coper asked 30/4, 2021 at 6:43
1
I'm populating a series with "date-value pairs like this:
series: [{
name: "Price",
data:[
[1486684800000, 38],
[1486771200000, 0],
[1486857600000, 0],
[1486944000000, 0],
[14...
Sulphate asked 17/12, 2020 at 9:37
2
Solved
I'm trying to create a histogram using ApexCharts (more specifically, React-ApexCharts, but I don't think it makes a difference).
Example of the output I'm after:
The example above was originally ...
Berner asked 13/11, 2022 at 9:47
2
Solved
I'm using apex chart for simple data visualization from json output. My charts based on pure javascript and not Vue or other frameworks.
My json (php) backend create two json outputs fro draw the...
Servomechanism asked 28/5, 2019 at 2:17
2
Solved
I am trying to show y value of a line graph in tooltips (apexcharts). The original data is set in string format in series {'8:50 AM', '11:00 AM', '9:02 AM'...}, but they appear as '8', '11', '9'......
Damian asked 3/10, 2019 at 5:51
3
Solved
I would like to import apexChart library which using "window" property, and i get error in console.
[vite] Error when evaluating SSR module /src/routes/prehled.svelte:
ReferenceError: win...
Claudy asked 7/11, 2021 at 17:11
4
Solved
I am attempting to use the apexCharts javascript library and having trouble implementing the click event I have read the documentation but there's no clear example on how to implement it.
So far I...
Handbarrow asked 24/10, 2018 at 12:26
1
I use vue-apexcharts to plot charts in a dashboard. I created a generic file that contains the base options for all charts (to uniformize styling and code reusability) and I extend/override this ob...
Amadus asked 19/6, 2019 at 18:47
4
Solved
I am use apexcharts vue bindings to plot a few bar charts.
As told by docs it should be possible to disable the toolbar by set show:false as seen there.
So i did it on my helper function:
// do-...
Oppugn asked 4/1, 2019 at 1:58
5
How can I update the data from the series for an ApexCharts
I have created the following Vue Component using the ApexCharts.
This component gets updated from the parent where a bunch of these compo...
Buckjump asked 14/1, 2020 at 13:36
1 Next >
© 2022 - 2024 — McMap. All rights reserved.