My friend, thank you very much for the link, I needed to call some color methods like the update for example, and it's in your description, for lack of attention I hadn't noticed, using viewChield we can
If is not working because of the "Property 'series' has no initializer and is not definitely assigned in the constructor." error, you can fix it adding the ! postfix operator to the variable name. So you would end up with series!: ..., chart!: ... and title!: ...
You can definitely remove zoom option, refer this - apexcharts.com/docs/options/chart/zoom/ Not sure about padding though (or you may create CSS rule to override the default padding option).
usefull video, for making pie charts etc, thanks sir, for efforts
Thanks bro it is very helpful for beginners
My friend, thank you very much for the link, I needed to call some color methods like the update for example, and it's in your description, for lack of attention I hadn't noticed, using viewChield we can
excellent tutorial
Hey do u know how to add animation to it
Nice Explanation
As I am importing in same way in app module I am getting error stating it does not appear to be an Mg module class. Can you help me out in this
Alok, I haven't tested with new Angular versions and hence its difficult to describe what could be causing the issue.
@@CarbonRiderOnline finally solved the issue.. 👍🏻
@@alokkarmarkar8481 Thats really great 👏
Thank you!!!
Good it was helpful!
series: apex.ApexAxisChartSeries;
chart: apex.ApexChart;
title: apex.ApexTitleSubtitle;
not working this way here =(
If is not working because of the "Property 'series' has no initializer and is not definitely assigned in the constructor." error, you can fix it adding the ! postfix operator to the variable name. So you would end up with series!: ..., chart!: ... and title!: ...
ya mister show us the import of apex charts in TS u hide it bc its not same now changed import...told us
Hi,
You can find the complete example source code at following URL
github.com/carbonrider/angular-examples/tree/main/apex-beginner
i want to pass lable value in apex radialbar chart from database using angular. can i do this? can you help me?
I am working on additional videos on Apex Chart to feature more features. That may help you.
@@CarbonRiderOnline I would like to learn the vertical and horizontal charts.
When I press the home button, my data is lost, what is the reason?
Home is actually meant for resetting zoom. Can you host your code on stackblitz or codesandbox?
@@CarbonRiderOnline Thanks I solved my problem but I have a new question. Is it possible to remove the padding and zoom buttons?
You can definitely remove zoom option, refer this - apexcharts.com/docs/options/chart/zoom/
Not sure about padding though (or you may create CSS rule to override the default padding option).
Nice
sir give your source code
series: apex.ApexAxisChartSeries
chart: apex.ApexChart
Can you please tell me , what is apex?
How to import apex?
apex is an alias for default exports from Apex chart library. Refer below statement.
import * as apex from 'ng-apexcharts';