I am trying to create a dashboard view. I thought this would be a simple task but I am really stuck on problem... I am using a summary view, The summary view has 3 columns.
I am adding a custom object resource to each column. Column #1 will show the Node availability Column #2 will show the latency and column will show the response time.
I will end up with several rows of graphs. The idea is that when a manager wants to see the stats for a particular node the find the node of interest and then read the graphs from left to right each graph will have one set of data for that node.
My problem is that all of the graph views are not the same height or width. Every graph must be the same width and height otherwise the dashboard looks horrible and is hard to read. Is there a way to get each graph to be the same width and hight across all columns? If not I was considering creating a new summary view with one column and using custom HTML to create a 3 column table and link all of the graphs to cells in the table. But how do I get a graph to show up in custome HTNL in Orion 11.5.1