I’m using the Node agent + express + Postgres. No Sequelize, no Mongoose.
Everything runs smoothly now.
Is it possible to add a per-record chart ? Not a smart chart, let’s say I want to have a distribution chart for active/inactive users within a given company, in the “Analytics” tab.
The easiest way for me would probably be to add a chart directly from the collection object in that case (record specific) and keep the “addChart” method from the agent object the way it is for non record specific charts.
Thank you so much for your fast work. I’ve waited for the PR to be merged and I can confirm that it works just as expected. Honestly, this agent improved our workflow so much.
Note: I noticed a very small typic in the documentation, where you wrote agent.customizerCollection instead of agent.customizeCollection