Skip to main content

Questions tagged [apexcharts]

ApexCharts is a modern Javascript library to create beautiful and interactive charts.

apexcharts
1 vote
1 answer
36 views

Page Unresponsive while changing filters

I have a page that loads dynamic charts from a API (Each chart is a equipment A01,A02,etc...), this charts are uptime/downtime charts with 300+ records. When i change the filter to yearly that is ...
Tiago Lopes's user avatar
0 votes
0 answers
30 views

How can I get rid of this console error from apexcharts

Error: <g> attribute transform: Expected number, "translate(NaN, 0) scale(1)". Here is the code $(document).ready(function () { var codeChartData = @Html.Raw(Json.Serialize(...
Hardik Singh's user avatar
1 vote
0 answers
21 views

Apex Chart Multiple Legend

Title How to render different shapes for Legends in ApexCharts in Angular? Description: I'm working on Angular application where I'm using Apexcharts to visualize data. I need to customize the legends ...
PON ARAVIND BOOMINATHAN's user avatar
0 votes
0 answers
35 views

Bind dynamic data to Apexcharts series using ASP.NET and C#

I'm trying to bind dynamic data to Apex Charts series but values are not rendering in chart. This is my code: [WebMethod] public static List<object> GetRequestsCount() { List<object> ...
Rana Rao's user avatar
0 votes
0 answers
16 views

Apexcharts: Align xaxis labels at the ending of each bar

i'm trying to set x-axis labels at the end of each bar but they are coming in center of bars i want something like this , where labels are coming on end of bars i tried by changing tickPlacement: &...
Asra's user avatar
  • 31
0 votes
0 answers
32 views

How do I get the Annotation points to be set based on one of the value of X-axis and Y-axis (not the coordinate value)?

I am working on a Blazor Project Web App (Hybrid). Currently, I'm trying to create a stats card that has a graph on it. To make it more nicer, I wanted to add an annotation point on the graph to look ...
Amirul.gg's user avatar
0 votes
0 answers
16 views

Customizing the exported data in react-apexcharts

I have series of over 40 elements in apexcharts of type horizontal bar, and I slice 10 of this items to show it. The problem is when I export it as csv file that is an option built in the apexcharts ...
Abdullah Buhlaq's user avatar
1 vote
1 answer
33 views

change the color of the bar based on the value of the x axis

The current result What I want Hi, I have this problem, I don't understand how to change the color of the bars based on the value of the X axis, I searched online but I didn't find a solution. The ...
Giusto Moreno's user avatar
1 vote
1 answer
44 views

How to set multiple colors for bars in ApexCharts horizontal bar chart (sparkline mode)?

I'm trying to create a horizontal bar chart using ApexCharts in sparkline mode. I want to set different colors for each bar, but I'm unable to achieve this using the colors option. Here's my code: ...
Liranko's user avatar
  • 88
0 votes
1 answer
32 views

Ratio between data in ApexChart bar is too great making small bars impossible to see and to hit. How to resolve?

I have the following ApexChart bar: var ivaAnnualeOption = { series: [{ name: 'Saldo IVA', data: [3500, -53, -30000, -1000, -2000, 1500, 500, 0, 0, 0, 0, 0] }], chart: { type: 'bar', ...
Alessandro's user avatar
-1 votes
0 answers
19 views

Nextjs Apexchart not showing in production

I've been working on a Next.js application, and everything works perfectly in the development environment, but in production i can't see my area(chart). So, when I build the application using npm run ...
Wings's user avatar
  • 540
0 votes
1 answer
39 views

Getting stuck on apexcharts / Blazor-ApexCharts in .Net 8

I do have blank Blazor project in .Net 8 and i am trying to use ApexCharts via nuget apexcharts / Blazor-ApexCharts. I have used the demo code in a page. There are no errors but the charts just does ...
Martin Zazvorka's user avatar
1 vote
1 answer
91 views

Heatmap in React JS

I am using ApexCharts to integrate a heatmap. However, when the Y value is 0, the default color rgba(255, 255, 255, 1) is applied. I want to set a specific color for the value y = 0 to improve the ...
Monu Kumar's user avatar
0 votes
0 answers
21 views

Customize the dot marker with tooltip on line chart (ApexCharts)

I'm trying to create a custom library of chart component with Apexcharts and Vue3Apexcharts. I would like to be able to customize this little dot (marker) Here is what I would like to customize I ...
Léo Delplanque's user avatar
0 votes
0 answers
12 views

React/Apex chart rendering a very small pie when a lot of series are present in mobile devices

I can't render the Pie Chart with React ApexCharts (need to stay on this one) in its full size when there are a lot of series without either the legend cannibalizing the pie space or having to render ...
Lázaro's user avatar

15 30 50 per page
1
2 3 4 5
72