I am using GenieACS 1.2 and want to arrange charts in a row, or perhaps a grid of two or three rows. Even better would be an array that automatically optimises itself for the screen size, if that is possible?
By default when I add charts to Admin | Config | Overview they are arranged in a column, like this:
Perfect! Thank you very much, this answers my question and teaches me even more.
Your example not only explains how to achieve my desired layout but also reveals a little more to me about the config syntax. The config syntax does not appear to be documented anywhere. If you know of any reference to such a definition it would be very helpful indeed. For example I learned that the groups (rows) are automatically arranged in alphabetical order of their logical name, but the graphs with groups (rows) are arranged in the order listed in the config script. Hence I had to rename my groups to achieve the desired row order.
Now i have this:
The repetition of the syncrate chart is deliberate as part of the experiment.
I am trying to setup charts on the overview page to show me routers in an online, past 24 hours and offline state but have a graph per DeviceID.ProductClass as I have a few differnt ones on the TR69 server but I seem to be running into issues?
Does anyone know if this is possible and if so what the syntax may be?
Necromancy is frowned upon. Please create your own topic for your issue instead of resurrecting a 5 month old topic that’s not directly related to your issue.
Necromancy is frowned upon. Please create your own topic for your issue instead of resurrecting a 3 year old topic that’s not directly related to your issue.
Have you found any kind of documentation about this Syntax? I know that its YAML based, but, since i haven’t found anything about it too, it’s kinda hard to get through it’s syntax.