tipboard | Tipboard - in-house, tasty, local dashboarding system
kandi X-RAY | tipboard Summary
kandi X-RAY | tipboard Summary
Tipboard - in-house, tasty, local dashboarding system
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- A Date object .
- Returns the number of issues on a selector .
- Converts data to a series array
- Control chart data
- This is called when the browser is ready .
- Get velocity data
- Gets the vview report .
- Summarise the summary .
- Show login -
- Add argument to list
tipboard Key Features
tipboard Examples and Code Snippets
Community Discussions
Trending Discussions on tipboard
QUESTION
I'm trying to set the layout of my tipboard dashboard to be 4 columns and three rows, by editing the YAML code in ~\.tipboard\layout_config.yaml
, as per the configuration documentation. However, changing the layout from 4x2 to 4x3 (by duplicating the last row's configuration) results in a 500 Internal Server Error
message. Restarting the tipboard server makes no difference.
I have checked that the YAML uses spaces and not tabs. I have also validated it with YAML Lint.
In case it's relevant: I'm running this on 64bit Windows 10 and haven't tested on GNU/Linux.
Does tipboard not support this layout or do I need to edit/override its code? If so, how?
4x2 YAML:
...ANSWER
Answered 2017-Aug-10 at 10:49The confusing thing about the configuration file is that it specifies the dimension of the item (row, column or panel), not the position of the item. Therefore, rather than specify the number of the row (1, 2 or 3), specify its height (1 row high, in a configuration of 3 rows).
Wrong: row_1_of_3
, row_2_of_3
, row_3_of_3
(position: 1 row high within 3, 2 rows high within 3, 3 rows high within 3 = 6 rows within 3)
Right: row_1_of_3
, row_1_of_3
, row_1_of_3
(height: 3 rows, each 1 row high = 3 rows within 3)
Repeat the below thrice, without changing the height of the row (once for each row of 3 rows):
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install tipboard
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page