We are new to apex chart usage, currently apex chart along y-axis showing integer values, but we want to display values which could be in millions, so we want labels of axis to be as 1m, 2m etc.
How to set text value along axis in apex chart
1k Views Asked by Abhinav At
1
There are 1 best solutions below
Related Questions in APEXCHARTS
- apexchart width overflows or doesn't strech
- Timeline chart with hours instead of date
- Display an Apex Chart in DataTable
- Apexchart graph updateseries function not working?
- How to change bar color at a specific value with Apex Charts?
- React Apex Chart toolbar menu icon z-index is to high. How can I lower it?
- How to make annotation take up full width of Chart (ApexCharts.js)
- I'm trying to create custom Icons for a Apex Chart Graph toolbar
- Is it possible to create a goal line in ApexCharts?
- Apexchart max yaxis value for polarArea chart
- ApexCharts don't showing toolbar
- React Apex Line Chart Multiple Series
- How to call react-apexcharts in react-pdf
- Html Display apex chart in ContentFlow
- Display total label of Pie chart outside chart on right in Apex Charts for Angular
Related Questions in NG-APEXCHARTS
- `ng-apexcharts` breaks unit tests
- How to draw a dual line chart where one line is straight
- Angular ApexCharts - Bar chart data not coming as expected
- Apex stacked chart bar is not showing in the proper x-axis
- Apex chart - Radial Chart - How to show label for series with 0 value
- How to change the color of bars according to their value, using the ApexCharts library and the Angular framework?
- Apexchart Treemap adding extra right padding
- How to fix first and last dataLabels on stacked grouped bar chart for ApexCharts
- How to position these dataLabels to the right of a horizontal bar chart
- How to set text value along axis in apex chart
- Angular Apexcharts template generates errors - template elements unrecognised
- How to properly use appendData in ng-apexcharts (angular)?
- Can't bind to 'chart' since it isn't a known property of 'apx-chart'
- Angular bubble chart with apexcharts
- Angular bubbles chart using ng-apexcharts
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You can use a formatter. It is documented here: Options (Reference) > yaxis – ApexCharts.js
If you want to display values in millions, do something like that: