Hi, have been toying with charts for the last week considering it as an option to include it in our customer portals. We deliver a chatbot service for our customers and have a portal where our customers can modify flows, nlp and we want to add a better reporting solution.
Enabled charts, create some data sources and started creating some portals. What is really nice is that it’s easy to create nice graphs quite quickly and share dashboards. Created a small server to call the shared graphs and looking at taking that into production.
Things I have questions about, maybe misunderstanding on my side, or are not working as I expected.
-
User rights on Atlas. I f I want to give non technical people access to editing portals / graphs I need to add them to the project. When I do this they get way to much access (can see security settings, bill info, start stitch apps). I would like to add a user that just has access to charts.
-
I would like an option to controle things more from an automation point of view. Now setting up a portal with embedded charts is quite a bit of manual work. Things like embedding a dashboard would be nice. Also when I copy a dashboard and then change the data source, the queries disappear.
-
A ‘where’ query was not recognized
db.collection.find( { $where: function() { today = new Date(); // today.setHours(0,0,0,0); return (this._id.getTimestamp() >= today) } } );
-
When I embed charts I cannot remove the background color. I can alter the background color for the iframe, but the graphs keep their white backgrounds.