I have one question
Is there a possibility of chart output in the future
I have one question
Is there a possibility of chart output in the future
Hello Caos,
I’ll create a feature request for this one.
we have now two custom components for Charts. in this list
you can use qodly_ApexCharts because it’s easy to use.
if there’s any missing type or some options, let us now so we can add it.
thank you
It’s great
The mechanism for updating these charts at regular intervals
I would appreciate it if there was an explanation of the performance
For example, 5 seconds, 1 minute, 1 hour, etc
Hello Caos,
Currently, this component does not have a direct connection to the database. Data is sent by the Qodly code as text or JSON objects, so there is no automatic update at regular intervals. The chart is regenerated each time its datasource is modified.
If you want to implement this functionality, you must ensure that the data sent to the chart is updated regularly within your own code.