Questions tagged [apexcharts]

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

https://apexcharts.com/

996 questions
0
votes
1 answer

Apexcharts: is it possible to show a subset of a given series? I need to focus only last 5 elements of a series by default...not the entire series

I need to focus only on the last 5 elements of array and allow pan to show the other part of my series. Is it possible? Here my example chart: { type: 'bar', toolbar: { show: true, tools: { download: false, …
0
votes
2 answers

tickAmount from apexcharts not working properly

I am trying to create a graph component for my react project. Although I specify tickAmount as 10 it is displaying all numbers from 1 to 300. It should print only 10 data points: this.state = { // data/:[], options: { …
sravanthi
  • 1
  • 1
  • 1
0
votes
0 answers

APEX Chart not showing anything when using timestamp

var options = { chart: { height: 150, type: 'rangeBar', }, plotOptions: { bar: { horizontal: true, endingShape:…
guradio
  • 15,524
  • 4
  • 36
  • 57
0
votes
0 answers

How to call ajax in jquery in laravel

I want to create a dynamic chart with the help of jQuery. I want to pass label and value these two array in charts. How can I do that? Here is the Controller function: public function chart() { $govtRecievablesStatus = DB::select("select…
Moaiz
  • 1,793
  • 3
  • 10
  • 24
0
votes
2 answers

How to set minimum height for stacked bar (apexcharts, stackedbar)

I want to show a table of ReactApexChart in a view, and I want to set it in a way that all is fitting the view. It should show statictics of answers to specific topics, so there would be always just one line of chart with positive and negative…
Denis
  • 167
  • 3
  • 20
0
votes
1 answer

How to add annotation for candlestick apexcharts on javascript

I'm working on candlestick apexcharts and trying now to add annotaion from code that getting form https://apexcharts.com/vue-chart-demos/line-charts/line-chart-annotations.