ng-apexcharts is an implementation of apexcharts for angular. It comes with one simple component that enables you to use apexcharts in an angular project.
MIT License
329
stars
81
forks
source link
There was a problem with setting the min chart parameter on version 12 of Angular and version 1.7.7 of lib. #324
Hello, I have a problem with setting the "min" parameter of the chart on angular 12 and lib 1.7.7.
The problem is that when we add the "min" parameter to the chart settings, the values in the chart are indented, which affects their accuracy.
Even when we turn off datetimeUTC: false, the chart becomes more accurate, but not as expected.
But for some reason, when I took the data from the test chart to my integrated chart, the data was correctly positioned in its time positions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hello, I have a problem with setting the "min" parameter of the chart on angular 12 and lib 1.7.7.
The problem is that when we add the "min" parameter to the chart settings, the values in the chart are indented, which affects their accuracy. Even when we turn off
datetimeUTC: false
, the chart becomes more accurate, but not as expected.But for some reason, when I took the data from the test chart to my integrated chart, the data was correctly positioned in its time positions.
Test chart (It works as it should).
Another possible problem was that I created the values for the chart in this way:
It looks like a similar structure to the test data, but for some reason it conflicts with the "min" parameter of the chart.
So far, we have bypassed the "min" parameter by creating a value for the date from which the chart should be displayed:
Here is the option that is currently working.