Releasing a new custom app module that provides advanced chart configs and options
It Accepts Data sources in 2 formats:
As a array with key values one for the terms, the other for the count
[ { "category": "BALLONS", "count": "533" }... ]
In the above case, we can enable the XY Axis toggle provided in the Wappler module so that it can generate a series for the same based on the values. This is essentially helpful for queries such as Top 10, top 50, etc.
For the 2nd type of Data, given in the format as below