Questions tagged [react-apexcharts]

18 questions
0
votes
1 answer

responsive fontasize in apex chart data labels

Hello everyone I am trying to chang font size on the labels on mobiles only because I have a pie and on mobile the label size too big and looks wonky. My current setting for the style of the data labels is this style: { …
0
votes
0 answers

react-apexcharts - TypeError - t.value undefined (reading indexOf) while integrating typescript pages into create-react-app javascript

I am in the process of integrating pages from a typescript template based create-react-app application to a javascript template based create-react-app application. First I followed all the steps given in this document to make typescript compatible…
0
votes
1 answer

Apexcharts download chart as an image (PNG) when external button is clicked

I have a simple react apex chart that I need to download it's image. Apex toolbar does that but I want to invoke the same behaviour using an external button. This is my code. How can this be done? CODE SANDBOX import React, { useState } from…
Sanath
  • 4,774
  • 10
  • 51
  • 81
1
2